diff --git a/CHANGELOG.md b/CHANGELOG.md index 203be5f9..69f023ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] + +## [0.1.0] - 2019-09-16 ### Added - Most resources now support metadata specific properties (@webframp) - add `sensu_hook` resource (@derekgroh) @@ -59,7 +61,8 @@ 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.3...HEAD +[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/0.1.0...HEAD +[0.0.3]: https://github.com/sensu/sensu-go-chef/compare/0.0.3...0.1.0 [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 +[0.0.1]: https://github.com/sensu/sensu-go-chef/compare/37630d8624247f0e2dc41de8de8c2ccd29d55694...0.01 diff --git a/metadata.rb b/metadata.rb index 4bd8c277..41e875d8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.3' +version '0.1.0' chef_version '>= 12.5'