Skip to content

Commit e4513e0

Browse files
committed
prep for 2.6.0 release
1 parent 6a67eb8 commit e4513e0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [2.6.0] - 2018-08-28
68
### Added
79
- Added utils method `paginated_get` for iteratively retrieving API responses (@cwjohnston).
810

@@ -127,7 +129,8 @@ The changes in earlier releases are not fully documented but comparison links ar
127129
* [v0.1.1]
128130
* [v0.1.0]
129131

130-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/2.5.0...HEAD
132+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/2.6.0...HEAD
133+
[2.6.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.5.0...2.6.0
131134
[2.5.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.4.0...2.5.0
132135
[2.4.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.3.0...2.4.0
133136
[2.3.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.2.0...2.3.0

lib/sensu-plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sensu
22
module Plugin
3-
VERSION = '2.5.0'.freeze
3+
VERSION = '2.6.0'.freeze
44
EXIT_CODES = {
55
'OK' => 0,
66
'WARNING' => 1,

0 commit comments

Comments
 (0)