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 [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 3.1.1] - 2018-09-26
7
9
### Fixed
8
10
- handler-graphite-status.rb: use proper rescue class (@MrMisa93 )
9
11
- handler-graphite-notify.rb: use proper rescue class (@majormoses )
@@ -100,7 +102,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
100
102
### Added
101
103
- initial release
102
104
103
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.0...HEAD
105
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.1...HEAD
106
+ [ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.0...3.1.1
104
107
[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.0.0...3.1.0
105
108
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...3.0.0
106
109
[ 2.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...2.3.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsGraphite
2
2
module Version
3
3
MAJOR = 3
4
4
MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
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