Skip to content

Commit

Permalink
prep for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Oct 12, 2017
1 parent 2ee2774 commit 7db3e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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.4.0] - 2017-10-12
### Added
- `--debug` Option to display results hash at end of output message.
### Changed
Expand Down Expand Up @@ -104,6 +106,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.1...HEAD
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.1...2.4.0
[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
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-sensu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module SensuPluginsSensu
# This defines the version of the gem
module Version
MAJOR = 2
MINOR = 3
PATCH = 1
MINOR = 4
PATCH = 0

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

0 comments on commit 7db3e8b

Please sign in to comment.