Skip to content

Commit c29971f

Browse files
committed
prep for 2.3.0 release
1 parent 8538469 commit c29971f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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.3.0] - 2017-10-19
79
### Added
810
- example in readme for using the handlers (@scosist)
911
### Changed
@@ -82,6 +84,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
8284
- initial release
8385

8486
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
87+
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...2.3.0
8588
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
8689
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
8790
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0

lib/sensu-plugins-graphite/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsGraphite
22
module Version
33
MAJOR = 2
4-
MINOR = 2
5-
PATCH = 1
4+
MINOR = 3
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)