CHANGELOG.md in sensu-plugins-java-1.3.0 vs CHANGELOG.md in sensu-plugins-java-2.0.0

- old
+ new

@@ -1,12 +1,28 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). -This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) +This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [2.0.0] - 2018-03-31 +### Breaking Changes +- dropped ruby 2.1 support (@yuri-zubov sponsored by Actility, https://www.actility.com) +- added `rest-client` as a dependency which requires you to have a local c compiler present to install this plugin (@yuri-zubov sponsored by Actility, https://www.actility.com) + +### Security +- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@yuri-zubov sponsored by Actility, https://www.actility.com) +- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@yuri-zubov sponsored by Actility, https://www.actility.com) + +### Added +- Added ability to get metrics from VertX (@yuri-zubov sponsored by Actility, https://www.actility.com) +- Added health-check VertX (@yuri-zubov sponsored by Actility, https://www.actility.com) + +### Changed +- updated Changelog guidelines location (@majormoses) + ## [1.3.0] - 2017-09-05 ### Added - option `-l` to change if you wish to grab the max or the current heap limits (@Juan-Moreno) ## [1.2.0] - 2017-08-20 @@ -70,10 +86,11 @@ ## 0.0.1 - 2015-05-29 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-java/compare/1.3.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-java/compare/2.0.0...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-java/compare/1.3.0...2.0.0 [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-java/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-java/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-java/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.6...1.0.0 [0.0.6]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.5...0.0.6