Skip to content

Commit 76bf253

Browse files
committed
prep for 3.1.1 release
1 parent 9a4b3b3 commit 76bf253

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 [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
7+
8+
## [3.1.1] - 2018-09-26
79
### Fixed
810
- handler-graphite-status.rb: use proper rescue class (@MrMisa93)
911
- handler-graphite-notify.rb: use proper rescue class (@majormoses)
@@ -100,7 +102,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
100102
### Added
101103
- initial release
102104

103-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.0...HEAD
105+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.1...HEAD
106+
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.1.0...3.1.1
104107
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.0.0...3.1.0
105108
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...3.0.0
106109
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...2.3.0

lib/sensu-plugins-graphite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsGraphite
22
module Version
33
MAJOR = 3
44
MINOR = 1
5-
PATCH = 0
5+
PATCH = 1
66

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

0 commit comments

Comments
 (0)