File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 6.1.0] - 2020-04-03
79### Added
8- - ` metrics-http-json.rb ` : Added ` -H/--header ` flag to pass custom HTTP headers.
10+ - ` metrics-http-json.rb ` : Added ` -H/--header ` flag to pass custom HTTP headers. ( @ mblaettler )
911
1012
1113## [ 6.0.1] - 2020-01-30
@@ -276,7 +278,8 @@ metrics-http-json.rb: Added debug option to see the processing of json data
276278### Added
277279- Initial release
278280
279- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.1...HEAD
281+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/6.1.0...HEAD
282+ [ 6.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.1...6.1.0
280283[ 6.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.0...6.0.1
281284[ 6.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/5.1.1...6.0.0
282285[ 5.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/5.1.0...5.1.1
Original file line number Diff line number Diff line change 33module SensuPluginsHttp
44 module Version
55 MAJOR = 6
6- MINOR = 0
7- PATCH = 1
6+ MINOR = 1
7+ PATCH = 0
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments