Skip to content

Commit 16927b6

Browse files
committed
prep for 2.2.0 release
1 parent a597023 commit 16927b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ 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+
78
## [2.1.0]
89
### Changed
910
- Disable filtering for handler-graphite-status.rb
1011
### Fixed
1112
- Error handling in graphite handlers
1213
- Duplicate short option in check-graphite.rb
1314
### Removed
14-
- Method retrieve_data in check-graphite-data since it's duplicate from graphite_proxy
15+
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
1516

1617
## [2.0.0] - 2016-06-21
1718
### Added
@@ -70,7 +71,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7071
### Added
7172
- initial release
7273

73-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...HEAD
74+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...HEAD
75+
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
7476
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
7577
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
7678
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.0.0...1.1.0

lib/sensu-plugins-graphite/version.rb

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

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

0 commit comments

Comments
 (0)