Skip to content

Commit

Permalink
prep for 2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Aug 28, 2018
1 parent 18ef61d commit c3a2508
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 @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.6.0] - 2018-08-28
### Fixed
- Fix `paginated_get` for backward compatibility with Sensu API < 1.4 (@cwjohnston).

Expand Down Expand Up @@ -131,7 +133,8 @@ The changes in earlier releases are not fully documented but comparison links ar
* [v0.1.1]
* [v0.1.0]

[Unreleased]: https:/sensu-plugins/sensu-plugin/compare/2.6.0...HEAD
[Unreleased]: https:/sensu-plugins/sensu-plugin/compare/2.6.1...HEAD
[2.6.1]: https:/sensu-plugins/sensu-plugin/compare/2.6.0...2.6.1
[2.6.0]: https:/sensu-plugins/sensu-plugin/compare/2.5.0...2.6.0
[2.5.0]: https:/sensu-plugins/sensu-plugin/compare/2.4.0...2.5.0
[2.4.0]: https:/sensu-plugins/sensu-plugin/compare/2.3.0...2.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sensu
module Plugin
VERSION = '2.6.0'.freeze
VERSION = '2.6.1'.freeze
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit c3a2508

Please sign in to comment.