File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,13 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
55
66## [ Unreleased]
77
8- ### Added
9- - Updated asset build targets to support centos6
8+ ## [ 4.1.0] - 2019-12-16
9+ ### Changed
10+ - Updated asset build target to support Centos6
11+ - Updated rake development requirement from ~ > 10.5 to ~ > 13.0 .
12+ - Updated rubocop development requirement from ~ > 0.51.0 to ~ > 0.77.0 .
13+ - Updated bundler development requirement from ~ > 1.7 to ~ > 2.0 .
14+ - Updated README
1015
1116## [ 4.0.0] - 2019-04-18
1217### Breaking Changes
@@ -158,7 +163,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
158163### Added
159164- initial release
160165
161- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.0.0...HEAD
166+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.0...HEAD
167+ [ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.0.0..4.1.0
162168[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.2.0..4.0.0
163169[ 3.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3..3.2.0
164170[ 3.1.3 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...3.1.3
Original file line number Diff line number Diff line change 33module SensuPluginsMemoryChecks
44 module Version
55 MAJOR = 4
6- MINOR = 0
6+ MINOR = 1
77 PATCH = 0
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments