Skip to content

Commit

Permalink
Prepare for 1.5.0 release (#54)
Browse files Browse the repository at this point in the history
Prepares the codebase for releasing `tfe-cli` 1.5.0.
  • Loading branch information
rgreinho authored Jan 12, 2021
1 parent c945665 commit 7249140
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2021-01-12

### Added

* Add TFE notification support. [#40]

## [1.4.2] - 2020-11-15

### Fixed
Expand Down Expand Up @@ -81,6 +87,7 @@ Initial version with support for managing:
[1.4.0]: https://github.com/rgreinho/tfe-cli/releases/tag/1.4.0
[1.4.1]: https://github.com/rgreinho/tfe-cli/releases/tag/1.4.1
[1.4.2]: https://github.com/rgreinho/tfe-cli/releases/tag/1.4.2
[1.5.0]: https://github.com/rgreinho/tfe-cli/releases/tag/1.5.0

[//]: # (Issue/PR links)
[#14]: https://github.com/rgreinho/tfe-cli/pull/14
Expand All @@ -96,3 +103,4 @@ Initial version with support for managing:
[#34]: https://github.com/rgreinho/tfe-cli/pull/34
[#37]: https://github.com/rgreinho/tfe-cli/pull/37
[#38]: https://github.com/rgreinho/tfe-cli/pull/38
[#40]: https://github.com/rgreinho/tfe-cli/pull/40
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Creates or update a notification.
Create a Slack notification for the `created` and `errored` events:

```bash
tfe-cli create my-workspace \
tfe-cli notification create my-workspace \
my-notification \
--type slack \
--url https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX \
Expand Down

0 comments on commit 7249140

Please sign in to comment.