File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.1.3] - 2018-03-27
8
9
### Security
9
10
- updated yard dependency to ` ~> 0.9.11 ` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses )
10
11
@@ -140,7 +141,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
140
141
### Added
141
142
- initial release
142
143
143
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...HEAD
144
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3...HEAD
145
+ [ 3.1.3 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...3.1.3
144
146
[ 3.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
145
147
[ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
146
148
[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.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 = 2
5
+ PATCH = 3
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