Skip to content

Commit e8f65d1

Browse files
committed
prep for 5.0.0 release
1 parent 4937d4a commit e8f65d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [5.0.0] - 2019-03-05
89
### Breaking Changes
910
- Bump sensu-plugin version from `~> 2.0` to `~> 4.0` for Sensu 1.x to Sensu Go event conversion you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17) and [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04)
1011
- drop support and testing for ruby 2.1 and 2.2 as they are EOL
@@ -115,7 +116,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
115116
- initial release
116117
- Fixed json configuration load
117118

118-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.3.0...HEAD
119+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/5.0.0...HEAD
120+
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.3.0...5.0.0
119121
[4.3.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.2.0...4.3.0
120122
[4.2.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...4.2.0
121123
[4.1.2]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.1...4.1.2

lib/sensu-plugins-opsgenie/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
module SensuPluginsOpsgenie
55
# This defines the version of the gem
66
module Version
7-
MAJOR = 4
8-
MINOR = 3
7+
MAJOR = 5
8+
MINOR = 0
99
PATCH = 0
1010

1111
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)