Skip to content

Commit

Permalink
prep for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Dec 18, 2019
1 parent ce2822b commit 9588829
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
### Changed
- make the default paths work for Windows (@bodgit)

## [2.2.0] - 2019-12-17
### Added
- Adding support windows by default without overriding options by checking the platform and adjusting the paths automatically (@bodgit)

## [2.1.1] - 2018-05-03
### Fixed
Expand Down Expand Up @@ -62,7 +64,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.2.0...HEAD
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/1.3.0...2.0.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-puppet/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsPuppet
module Version
MAJOR = 2
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 9588829

Please sign in to comment.