Skip to content

Commit a1d198e

Browse files
committed
prep for 1.1.0 release
1 parent 878a86b commit a1d198e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 = 0
4+
MINOR = 1
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)