File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33This 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
Original file line number Diff line number Diff line change 11module 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 ,
You can’t perform that action at this time.
0 commit comments