Skip to content

Commit e52d43a

Browse files
author
Jef Spaleta
authored
Merge pull request #103 from sensu-plugins/release/4.1.0
Release/4.1.0
2 parents a69e6cc + 473cc57 commit e52d43a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-memory-checks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module 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('.')

0 commit comments

Comments
 (0)