Skip to content

Commit d582eeb

Browse files
author
Jef Spaleta
authored
Merge pull request #102 from sensu-plugins/pre-release/4.1.0
Prepping 4.1 release that includes additional asset builds
2 parents f58c897 + 8449f2b commit d582eeb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [4.1.0] - 2019-12-12
911
### Added
1012
- Updated asset build targets to support centos6
1113

@@ -207,7 +209,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
207209
- built against 1.9.3, 2.0, 2.1
208210
- cryptographically signed
209211

210-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...HEAD
212+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...HEAD
213+
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
211214
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
212215
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
213216
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.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 = 4
4-
MINOR = 0
5-
PATCH = 1
4+
MINOR = 1
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)