Skip to content

Commit 89adde3

Browse files
committed
prep for 4.3.0 release
1 parent 27e12f5 commit 89adde3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

lib/sensu-plugins-opsgenie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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('.')

0 commit comments

Comments
 (0)