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
5
5
6
6
## [ Unreleased]
7
7
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
10
15
11
16
## [ 4.0.0] - 2019-04-18
12
17
### Breaking Changes
@@ -158,7 +163,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
158
163
### Added
159
164
- initial release
160
165
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
162
168
[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.2.0..4.0.0
163
169
[ 3.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3..3.2.0
164
170
[ 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 3
3
module SensuPluginsMemoryChecks
4
4
module Version
5
5
MAJOR = 4
6
- MINOR = 0
6
+ MINOR = 1
7
7
PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments