Skip to content

Commit

Permalink
prep for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 14, 2017
1 parent c373d28 commit 978b49e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 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]

## [3.0.0] - 2017-07-13
### Added
- Testing on Ruby 2.4.1

Expand Down Expand Up @@ -56,10 +58,10 @@ 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/2.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...HEAD
[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
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/0.0.3...1.0.0
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/0.0.1...0.0.2

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,9 +4,9 @@
module SensuPluginsOpsgenie
# This defines the version of the gem
module Version
MAJOR = 2
MAJOR = 3
MINOR = 0
PATCH = 1
PATCH = 0

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

Expand Down

0 comments on commit 978b49e

Please sign in to comment.