File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## [ Unreleased]
77
8+ ## [ 1.3.0] - 2017-09-05
9+ ### Added
10+ - option ` -l ` to change if you wish to grab the max or the current heap limits (@Juan-Moreno )
11+
812## [ 1.2.0] - 2017-08-20
913### Added
1014- check-java-permgen.rb: added an option to specify java bin dir (@sovaa )
@@ -68,7 +72,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6872### Added
6973- initial release
7074
71- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...HEAD
75+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.3.0...HEAD
76+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.2.0...1.3.0
7277[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...1.2.0
7378[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.0.0...1.1.0
7479[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.6...1.0.0
Original file line number Diff line number Diff line change 11module SensuPluginsJava
22 module Version
33 MAJOR = 1
4- MINOR = 2
4+ MINOR = 3
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments