Skip to content

Commit 51cad1a

Browse files
committed
prep for 2.2.1 release
1 parent 986f4d1 commit 51cad1a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [2.2.1] - 2017-06-13
79
### Fixed
810
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
911

12+
## [2.2.0] - 2017-06-11
13+
### Removed
14+
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
15+
1016
## [2.1.0] - 2017-06-11
1117
### Changed
1218
- Disable filtering for handler-graphite-status.rb
1319
### Fixed
1420
- Error handling in graphite handlers
1521
- Duplicate short option in check-graphite.rb
16-
### Removed
17-
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
1822

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

76-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...HEAD
80+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
81+
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
7782
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
7883
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
7984
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0

lib/sensu-plugins-graphite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsGraphite
22
module Version
33
MAJOR = 2
44
MINOR = 2
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)