Skip to content

Commit

Permalink
prep for 6.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Abrams <[email protected]>
  • Loading branch information
majormoses committed Apr 4, 2020
1 parent 983af30 commit f680d07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ 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]

## [6.1.0] - 2020-04-03
### Added
- `metrics-http-json.rb`: Added `-H/--header` flag to pass custom HTTP headers.
- `metrics-http-json.rb`: Added `-H/--header` flag to pass custom HTTP headers. (@mblaettler)


## [6.0.1] - 2020-01-30
Expand Down Expand Up @@ -276,7 +278,8 @@ metrics-http-json.rb: Added debug option to see the processing of json data
### Added
- Initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/6.1.0...HEAD
[6.1.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.1...6.1.0
[6.0.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/5.1.1...6.0.0
[5.1.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/5.1.0...5.1.1
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module SensuPluginsHttp
module Version
MAJOR = 6
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

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

0 comments on commit f680d07

Please sign in to comment.