Skip to content

Commit

Permalink
Prepare for 0.1.0 release (#62)
Browse files Browse the repository at this point in the history
* bump version to 0.1.0
  • Loading branch information
Cameron Johnston authored and majormoses committed Sep 16, 2019
1 parent 339bddb commit 423772d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
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.3'
version '0.1.0'

chef_version '>= 12.5'

Expand Down

0 comments on commit 423772d

Please sign in to comment.