From 89adde3897bc1a9b03f26c49b8e320c880595d31 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Wed, 21 Mar 2018 21:06:55 -0700 Subject: [PATCH] prep for 4.3.0 release --- CHANGELOG.md | 5 ++++- lib/sensu-plugins-opsgenie/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf71afe..2b46f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] + +## [4.3.0] - 2018-03-21 ### Added - Added possibility to specify priority per check (@Castaglia) @@ -108,7 +110,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins - initial release - Fixed json configuration load -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.3.0...HEAD +[4.3.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.2.0...4.3.0 [4.2.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...4.2.0 [4.1.2]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.1...4.1.2 [4.1.1]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.0...4.1.1 diff --git a/lib/sensu-plugins-opsgenie/version.rb b/lib/sensu-plugins-opsgenie/version.rb index 8956730..2cf062a 100644 --- a/lib/sensu-plugins-opsgenie/version.rb +++ b/lib/sensu-plugins-opsgenie/version.rb @@ -5,7 +5,7 @@ module SensuPluginsOpsgenie # This defines the version of the gem module Version MAJOR = 4 - MINOR = 2 + MINOR = 3 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')