File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-opsgenie 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+ ## [ 3.1.0] - 2017-11-12
79### Added
810- Added optional ` -t, --template ` parameter to specify the location of a ERB template file
911- Added possibility to specify custom timeout
@@ -62,7 +64,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6264- initial release
6365- Fixed json configuration load
6466
65- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...HEAD
67+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...HEAD
68+ [ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...3.1.0
6669[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.1...3.0.0
6770[ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.0...2.0.1
6871[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/1.0.0...2.0.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module SensuPluginsOpsgenie
55 # This defines the version of the gem
66 module Version
77 MAJOR = 3
8- MINOR = 0
8+ MINOR = 1
99 PATCH = 0
1010
1111 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments