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+ ## [ 4.0.1] - 2018-01-06
79### Fixed
810- Use Alert v2 API, as the Alert v1 API is deprecated (@Castaglia )
911
@@ -76,7 +78,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7678- initial release
7779- Fixed json configuration load
7880
79- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.0...HEAD
81+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.1...HEAD
82+ [ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.0...4.0.1
8083[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...4.0.0
8184[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...3.1.0
8285[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.1...3.0.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module SensuPluginsOpsgenie
66 module Version
77 MAJOR = 4
88 MINOR = 0
9- PATCH = 0
9+ PATCH = 1
1010
1111 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1212
You can’t perform that action at this time.
0 commit comments