Skip to content

Commit 45ce3b1

Browse files
committed
prep for 4.2.1 release
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 7640cff commit 45ce3b1

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

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

66

77
## [Unreleased]
8+
9+
## [4.2.1] - 2020-09-26
10+
### Fixed
11+
- .bonsai.yml: fixed wrong(not matching) entity.system.platform filter. (@itachi17)
12+
813
## [4.2.0] - 2020-04-08
914
### Changed
1015
- Updated english gem runtime dependency from 0.6.3 to 0.7.0 (0.6.3 was yanked).
@@ -13,9 +18,6 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
1318
### Added
1419
- Updated asset build targets to support centos6
1520

16-
## [4.0.2] - 2019-11-11
17-
### Fixed
18-
- .bonsai.yml: fixed wrong(not matching) entity.system.platform filter. (@itachi17)
1921

2022
## [4.0.1] - 2019-05-06
2123
### Fixed
@@ -215,7 +217,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
215217
- built against 1.9.3, 2.0, 2.1
216218
- cryptographically signed
217219

218-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...HEAD
220+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.1...HEAD
221+
[4.2.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.0...4.2.1
222+
[4.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...4.2.0
219223
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
220224
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
221225
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.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 = 2
5-
PATCH = 0
5+
PATCH = 1
66

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

0 commit comments

Comments
 (0)