Skip to content

Commit 303ebe3

Browse files
committed
prep for 3.1.2 release
Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
1 parent e3bd6f4 commit 303ebe3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
55

66
## [Unreleased]
77

8+
## [3.1.2] - 2018-03-07
9+
810
### Security
911
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
1012

@@ -136,11 +138,12 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
136138
### Added
137139
- initial release
138140

139-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...HEAD
141+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...HEAD
142+
[3.1.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
140143
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
141144
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.0
142145
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
143-
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
146+
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
144147
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
145148
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
146149
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0

lib/sensu-plugins-memory-checks/version.rb

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

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

0 commit comments

Comments
 (0)