Skip to content

Commit

Permalink
prep for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 24, 2017
1 parent 4c1b10d commit cc16f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
## [2.1.0]
### Fixed
- `check-http-json`: fix error when check fails and --whole-response is enabled (@ushis)

### Added
- `check-http`: add checksum check
- documentation on ssl issues (@majormoses @pgporada)

## [2.0.2] - 2017-03-13
### Fixed
Expand Down Expand Up @@ -122,7 +124,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- Initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.0.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.1.0...HEAD
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.0.2...2.1.0
[2.0.2]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/1.0.0...2.0.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-http/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsHttp
module Version
MAJOR = 2
MINOR = 0
PATCH = 2
MINOR = 1
PATCH = 0

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

0 comments on commit cc16f4d

Please sign in to comment.