Skip to content

Commit

Permalink
prep for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Feb 21, 2017
1 parent 7e579fc commit 00cee64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]

### Changed
- check-http-json: fix incorrect "key not found" error when key value is null
## [2.0.1] - 2017-02-21
### Fixed
- `check-http-json`: fix incorrect "key not found" error when key value is null (@marktheunissen)

## [2.0.0] - 2017-02-20
### Breaking Changes
Expand Down Expand Up @@ -112,7 +113,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.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.0.1...HEAD
[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
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.4.0...1.0.0
[0.4.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.3.0...0.4.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 @@ -2,7 +2,7 @@ module SensuPluginsHttp
module Version
MAJOR = 2
MINOR = 0
PATCH = 0
PATCH = 1

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

0 comments on commit 00cee64

Please sign in to comment.