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/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 2.3.0] - 2017-10-19
7
9
### Added
8
10
- example in readme for using the handlers (@scosist )
9
11
### Changed
@@ -82,6 +84,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
82
84
- initial release
83
85
84
86
[ 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
85
88
[ 2.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
86
89
[ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
87
90
[ 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 1
1
module SensuPluginsGraphite
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 2
5
- PATCH = 1
4
+ MINOR = 3
5
+ PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments