Skip to content

Commit f680d07

Browse files
committed
prep for 6.1.0 release
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 983af30 commit f680d07

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

lib/sensu-plugins-http/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module 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

0 commit comments

Comments
 (0)