File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.1.2] - 2018-03-07
9
+
8
10
### Security
9
11
- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses )
10
12
@@ -136,11 +138,12 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
136
138
### Added
137
139
- initial release
138
140
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
140
143
[ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
141
144
[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.0
142
145
[ 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
144
147
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
145
148
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
146
149
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
2
2
module Version
3
3
MAJOR = 3
4
4
MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments