Skip to content

Commit 5088629

Browse files
committed
prep for 3.1.1 release
1 parent 5036b50 commit 5088629

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [3.1.3] - 2018-03-27
89
### Security
910
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
1011

@@ -140,7 +141,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
140141
### Added
141142
- initial release
142143

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
144146
[3.1.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
145147
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
146148
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.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 = 2
5+
PATCH = 3
66

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

0 commit comments

Comments
 (0)