Skip to content

Commit 4714256

Browse files
committed
prep for 4.0.1 release
1 parent d9752fa commit 4714256

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 at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [4.0.1] - 2018-01-06
79
### Fixed
810
- Use Alert v2 API, as the Alert v1 API is deprecated (@Castaglia)
911

@@ -76,7 +78,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7678
- initial release
7779
- Fixed json configuration load
7880

79-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.0...HEAD
81+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.1...HEAD
82+
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/4.0.0...4.0.1
8083
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...4.0.0
8184
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...3.1.0
8285
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.1...3.0.0

lib/sensu-plugins-opsgenie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module SensuPluginsOpsgenie
66
module Version
77
MAJOR = 4
88
MINOR = 0
9-
PATCH = 0
9+
PATCH = 1
1010

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

0 commit comments

Comments
 (0)