Skip to content

Commit c076d20

Browse files
committed
perp for 3.1.0 release
1 parent 1c6c2a4 commit c076d20

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66

77
## [Unreleased]
8+
9+
## [3.1.0] - 2018-05-02
810
### Added
911
- metrics-ipcs.rb: Add ipcs metrics (@yuri-zubov sponsored by Actility, https://www.actility.com)
1012

11-
1213
## [3.0.2] - 2018-03-27
1314
### Security
1415
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
@@ -181,7 +182,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
181182
- built against 1.9.3, 2.0, 2.1
182183
- cryptographically signed
183184

184-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...HEAD
185+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...HEAD
186+
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0
185187
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.1...3.0.2
186188
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.0...3.0.1
187189
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.7.0...3.0.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsProcessChecks
22
module Version
33
MAJOR = 3
4-
MINOR = 0
5-
PATCH = 2
4+
MINOR = 1
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)