File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ 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
+
8
+ ## [ 3.0.2] - 2017-07-31
7
9
### 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 )
9
11
10
12
## [ 3.0.1] - 2017-07-07
11
13
### 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 )
13
15
14
16
### [ 3.0.0] - 2017-07-07
15
17
### Added
@@ -112,7 +114,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
112
114
### Added
113
115
- initial release
114
116
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
116
119
[ 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
117
120
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
118
121
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
2
2
module Version
3
3
MAJOR = 3
4
4
MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments