Skip to content

Commit

Permalink
prep for 1.4.0 release (#134)
Browse files Browse the repository at this point in the history
* prep for 1.4.0 release

* appease the cops

Signed-off-by: Ben Abrams <[email protected]>
  • Loading branch information
majormoses authored Apr 2, 2021
1 parent ac28b3d commit 248fa62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin

## [Unreleased]

- Added empty systemd unit file (@ValkyrieOps) - #131
## [1.4.0] - 2020-03-10

### Fixed

- Added empty systemd unit file to auto reload the unit configuration before we restart (@ValkyrieOps) - #131

### Added

- Introduced CI/CD testing for windows for agent and ctl (@derekgroh)

## [1.3.0] - 2020-10-28
Expand Down Expand Up @@ -171,7 +178,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
- using a version of `'latest'` for backend and agent providers will now upgrade to the test version

<!-- prettier-ignore -->
[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/1.3.0...HEAD
[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/1.4.0...HEAD
[1.4.0]: https://github.com/sensu/sensu-go-chef/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/sensu/sensu-go-chef/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/sensu/sensu-go-chef/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/sensu/sensu-go-chef/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'MIT'
description 'Installs/Configures Sensu Go'
version '1.3.0'
version '1.4.0'

chef_version '>= 15.0'

Expand Down

0 comments on commit 248fa62

Please sign in to comment.