File tree Expand file tree Collapse file tree
lib/sensu-plugins-process-checks Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module 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
You can’t perform that action at this time.
0 commit comments