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,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## [ Unreleased]
77
8+ ## [ 1.2.0] - 2017-08-20
89### Added
910- check-java-permgen.rb: added an option to specify java bin dir (@sovaa )
1011
@@ -68,6 +69,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6869- initial release
6970
7071[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...HEAD
72+ [ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...1.2.0
7173[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/1.0.0...1.1.0
7274[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.6...1.0.0
7375[ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.5...0.0.6
Original file line number Diff line number Diff line change 11module SensuPluginsJava
22 module Version
33 MAJOR = 1
4- MINOR = 1
4+ MINOR = 2
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments