Skip to content

Commit

Permalink
prep for 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 12, 2018
1 parent 176d99d commit 1247b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin

## [Unreleased]

## [0.0.3] - 2018-09-12
### Added
- new `sensu_entity` resource (@mercul3s)
- new `sensu_organization` resource (@mercul3s)
Expand Down Expand Up @@ -37,6 +38,7 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
- updated development dependencies (@majormoses)
- using a version of `'latest'` for backend and agent providers will now upgrade to the test version

[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/0.0.2...HEAD
[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/0.0.3...HEAD
[0.0.3]: https://github.com/sensu/sensu-go-chef/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu/sensu-go-chef/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/sensu/sensu-go-chef/compare/37630d8624247f0e2dc41de8de8c2ccd29d55694...0.0.1
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs/Configures Sensu Go'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.0.2'
version '0.0.3'

chef_version '>= 12.5'

Expand Down

0 comments on commit 1247b0c

Please sign in to comment.