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 [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 4.3.0] - 2018-03-21
79### Added
810- Added possibility to specify priority per check (@Castaglia )
911
@@ -108,7 +110,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
108110- initial release
109111- Fixed json configuration load
110112
111- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...HEAD
113+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.3.0...HEAD
114+ [ 4.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.2.0...4.3.0
112115[ 4.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...4.2.0
113116[ 4.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.1...4.1.2
114117[ 4.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.0...4.1.1
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 = 4
8- MINOR = 2
8+ MINOR = 3
99 PATCH = 0
1010
1111 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments