Skip to content

Commit 84c6457

Browse files
committed
prep for 3.0.0 release
1 parent 0898b55 commit 84c6457

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
### [3.0.0] - 2017-07-07
78
### Added
8-
- ruby 2.4 testing
9+
- ruby 2.4 testing (@majormoses)
910

1011
### Fixed
11-
- in PR template spell "compatibility" correctly
12+
- in PR template spell "compatibility" correctly (@majormoses)
1213

1314
### 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)
1516

1617
## [2.1.0] - 2017-03-08
1718
### Changed
@@ -104,7 +105,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
104105
### Added
105106
- initial release
106107

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
108110
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
109111
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0
110112
[1.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.1...1.0.2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsMemoryChecks
22
module Version
3-
MAJOR = 2
4-
MINOR = 1
3+
MAJOR = 3
4+
MINOR = 0
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)