Skip to content

Commit

Permalink
prep for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Aug 28, 2018
1 parent dcf18f5 commit 44adebf
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]

## [4.1.0] - 2018-08-28
### Changed
- bumped dependency of `sensu-plugin` to `~> 2.6` to provide paginated HTTP get (@cwjohnston)
- check-stale-results.rb: use paginated HTTP get (@cwjohnston)
Expand Down Expand Up @@ -147,7 +149,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.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.1.0...HEAD
[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
[2.5.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.4.1...2.5.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 = 0
MINOR = 1
PATCH = 0

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

0 comments on commit 44adebf

Please sign in to comment.