Skip to content

Commit

Permalink
prep for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 3, 2018
1 parent 365b799 commit 41a7b06
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 @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [3.0.1] - 2018-09-04
### Fixed
- `metrics-http-json-deep.rb`: properly filter out non numeric values (@CosmoPennypacker)

Expand Down Expand Up @@ -208,7 +210,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- Initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.1...HEAD
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.11.0...3.0.0
[2.11.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.10.0...2.11.0
[2.10.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.9.0...2.10.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsHttp
module Version
MAJOR = 3
MINOR = 0
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 41a7b06

Please sign in to comment.