Skip to content

Commit

Permalink
prep for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jun 14, 2017
1 parent 986f4d1 commit 51cad1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.2.1] - 2017-06-13
### Fixed
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts

## [2.2.0] - 2017-06-11
### Removed
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy

## [2.1.0] - 2017-06-11
### Changed
- Disable filtering for handler-graphite-status.rb
### Fixed
- Error handling in graphite handlers
- Duplicate short option in check-graphite.rb
### Removed
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy

## [2.0.0] - 2016-06-21
### Added
Expand Down Expand Up @@ -73,7 +77,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-graphite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsGraphite
module Version
MAJOR = 2
MINOR = 2
PATCH = 0
PATCH = 1

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

0 comments on commit 51cad1a

Please sign in to comment.