Skip to content

Commit

Permalink
prep for 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 20, 2018
1 parent 538d3e1 commit d9b040e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

### Changed
## [4.2.0] - 2018-09-19
### Added
- check-stale-results.rb: added an option to pass read_timeout for http request.

## [4.1.0] - 2018-08-28
Expand Down Expand Up @@ -152,7 +153,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.2.0...HEAD
[4.2.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/3.0.0...4.0.0
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.5.0...3.0.0
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 @@ -4,7 +4,7 @@ module SensuPluginsSensu
# This defines the version of the gem
module Version
MAJOR = 4
MINOR = 1
MINOR = 2
PATCH = 0

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

0 comments on commit d9b040e

Please sign in to comment.