Skip to content

Commit

Permalink
prep for 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 7, 2019
1 parent 864fe7c commit a0ccae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [4.0.1] - 2019-05-06
### Fixed
- metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)

## [4.0.0] - 2019-04-18
### Breaking Changes
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
Expand Down Expand Up @@ -200,7 +204,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- built against 1.9.3, 2.0, 2.1
- cryptographically signed

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...HEAD
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-process-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsProcessChecks
module Version
MAJOR = 4
MINOR = 0
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit a0ccae7

Please sign in to comment.