File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+ ### [ 3.0.0] - 2017-07-07
7
8
### Added
8
- - ruby 2.4 testing
9
+ - ruby 2.4 testing ( @ majormoses )
9
10
10
11
### Fixed
11
- - in PR template spell "compatibility" correctly
12
+ - in PR template spell "compatibility" correctly ( @ majormoses )
12
13
13
14
### Breaking Changes
14
- - ` check-memory.sh ` : Validate that both critical and warning values are provided.
15
+ - ` check-memory.sh ` : Validate that both critical and warning values are provided. ( @ EslamElHusseiny )
15
16
16
17
## [ 2.1.0] - 2017-03-08
17
18
### Changed
@@ -104,7 +105,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
104
105
### Added
105
106
- initial release
106
107
107
- [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...HEAD
108
+ [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...HEAD
109
+ [ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
108
110
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
109
111
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0
110
112
[ 1.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.1...1.0.2
Original file line number Diff line number Diff line change 1
1
module SensuPluginsMemoryChecks
2
2
module Version
3
- MAJOR = 2
4
- MINOR = 1
3
+ MAJOR = 3
4
+ MINOR = 0
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments