Skip to content

Commit

Permalink
prep for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Dec 22, 2017
1 parent 9cc9e97 commit e4942aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [4.0.0] - 2017-12-22
### Fixed
- Use Heartbeat v2 API, as the Heartbeat v1 API is no longer available (@Castaglia)

Expand Down Expand Up @@ -72,7 +74,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
- initial release
- Fixed json configuration load

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.0...HEAD
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.1...3.0.0
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.0...2.0.1
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-opsgenie/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
module SensuPluginsOpsgenie
# This defines the version of the gem
module Version
MAJOR = 3
MINOR = 1
MAJOR = 4
MINOR = 0
PATCH = 0

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

0 comments on commit e4942aa

Please sign in to comment.