Skip to content

Commit be06d46

Browse files
committed
prep for 3.0.2 release
1 parent 64f791e commit be06d46

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ 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+
8+
## [3.0.2] - 2017-07-31
79
### Fixed
8-
- fix shell call response when running on non en_US locale systems (@stefan-walluhn)
10+
- check-memory-percent.rb, check-memory.rb: fix shell call response when running on non en_US locale systems (@stefan-walluhn)
911

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

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

115-
[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
117+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
118+
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
116119
[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
117120
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
118121
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
22
module Version
33
MAJOR = 3
44
MINOR = 0
5-
PATCH = 1
5+
PATCH = 2
66

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

0 commit comments

Comments
 (0)