Skip to content

Commit 557325b

Browse files
committed
prep for 3.1.0 release
1 parent e7c623e commit 557325b

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+
## [3.1.0] - 2017-11-12
79
### Added
810
- Added optional `-t, --template` parameter to specify the location of a ERB template file
911
- Added possibility to specify custom timeout
@@ -62,7 +64,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6264
- initial release
6365
- Fixed json configuration load
6466

65-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...HEAD
67+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.1.0...HEAD
68+
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/3.0.0...3.1.0
6669
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.1...3.0.0
6770
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/2.0.0...2.0.1
6871
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-opsgenie/compare/1.0.0...2.0.0

lib/sensu-plugins-opsgenie/version.rb

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

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

0 commit comments

Comments
 (0)