Skip to content

Commit a0ccae7

Browse files
committed
prep for 4.0.1 release
1 parent 864fe7c commit a0ccae7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
66

77
## [Unreleased]
88

9+
## [4.0.1] - 2019-05-06
10+
### Fixed
11+
- metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)
12+
913
## [4.0.0] - 2019-04-18
1014
### Breaking Changes
1115
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -200,7 +204,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
200204
- built against 1.9.3, 2.0, 2.1
201205
- cryptographically signed
202206

203-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...HEAD
207+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...HEAD
208+
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
204209
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
205210
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.0
206211
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0

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

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

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

0 commit comments

Comments
 (0)