Skip to content

Commit

Permalink
prep for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 31, 2017
1 parent 64f791e commit be06d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [3.0.2] - 2017-07-31
### Fixed
- fix shell call response when running on non en_US locale systems (@stefan-walluhn)
- check-memory-percent.rb, check-memory.rb: fix shell call response when running on non en_US locale systems (@stefan-walluhn)

## [3.0.1] - 2017-07-07
### Fixed
- check-memory.sh: fixed a syntax error preventing it from running (@majormoses)
- check-memory.sh: fixed a syntax error preventing it from running (@majormoses)

### [3.0.0] - 2017-07-07
### Added
Expand Down Expand Up @@ -112,7 +114,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-memory-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
module Version
MAJOR = 3
MINOR = 0
PATCH = 1
PATCH = 2

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit be06d46

Please sign in to comment.