File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-graphite Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This 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
Original file line number Diff line number Diff line change 11module 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
You can’t perform that action at this time.
0 commit comments