Skip to content

Commit

Permalink
prep for 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Feb 21, 2018
1 parent c5f909c commit b7a4bdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 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 [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [4.2.0] - 2018-02-20
### Changed
- Providing better alert description field using Sensu check output (@Castaglia)

Expand Down Expand Up @@ -105,6 +107,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- Fixed json configuration load

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.1.2...HEAD
[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
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.1...4.1.0
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 @@ -5,8 +5,8 @@ module SensuPluginsOpsgenie
# This defines the version of the gem
module Version
MAJOR = 4
MINOR = 1
PATCH = 2
MINOR = 2
PATCH = 0

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

Expand Down

0 comments on commit b7a4bdf

Please sign in to comment.