Skip to content

Commit 01b7665

Browse files
committed
prep for 1.2.0 release
1 parent eb21428 commit 01b7665

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-java/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module 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('.')

0 commit comments

Comments
 (0)