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.1.0] - 2017-08-12
9+ ### Added
10+ - check-java-permgen.rb: added an option to run ` jps ` and ` jstsat ` with sudo (@sovaa )
11+
812## [ 1.0.0] - 2017-07-24
913### Breaking Changes
1014- Minimum Ruby runtime version is now 2.0 (@eheydrick )
@@ -60,7 +64,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6064### Added
6165- initial release
6266
63- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.0.0...HEAD
67+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...HEAD
68+ [ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.0.0...1.1.0
6469[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.6...1.0.0
6570[ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.5...0.0.6
6671[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.4...0.0.5
Original file line number Diff line number Diff line change 11module SensuPluginsJava
22 module Version
33 MAJOR = 1
4- MINOR = 0
4+ MINOR = 1
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments