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,6 +4,8 @@ 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+ ## [ 3.0.1] - 2018-09-04
79### Fixed
810- ` metrics-http-json-deep.rb ` : properly filter out non numeric values (@CosmoPennypacker )
911
@@ -208,7 +210,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
208210### Added
209211- Initial release
210212
211- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.0...HEAD
213+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.1...HEAD
214+ [ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.0...3.0.1
212215[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/2.11.0...3.0.0
213216[ 2.11.0 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/2.10.0...2.11.0
214217[ 2.10.0 ] : https://github.com/sensu-plugins/sensu-plugins-http/compare/2.9.0...2.10.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsHttp
44 module Version
55 MAJOR = 3
66 MINOR = 0
7- PATCH = 0
7+ PATCH = 1
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments