Skip to content

Commit

Permalink
prep for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Oct 7, 2017
1 parent 23d9547 commit 0300cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.3.1] - 2017-10-06
### Changed
- check-stale-results.rb: update the require order for json so that it comes after sensu_plugin (@barryorourke)
- handler-purge-stale-results.rb: fix invalid hash syntax resulting in NameError (@cwjohnston)
Expand Down Expand Up @@ -97,7 +99,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.1...HEAD
[2.3.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.2...2.3.0
[2.2.2]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...2.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-sensu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module SensuPluginsSensu
module Version
MAJOR = 2
MINOR = 3
PATCH = 0
PATCH = 1

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

0 comments on commit 0300cea

Please sign in to comment.