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

- old
+ new

@@ -3,10 +3,25 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [2.0.0] - 2020-05-05 +### Breaking Changes +- Update minimum required ruby version to 2.3. Drop unsupported ruby versions. +- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` + +### Added +- Bonsai asset support +### Changed +- Updated bundler dependancy to '~> 2.1' +- Updated rubocop dependency to '~> 0.81.0' +- Remediated rubocop issues +- Updated os dependency to '>= 0.9.6', '< 1.2.0' +- Updated codeclimate-test-reporter to '~> 1.0' +- Updated rake dependency to '~> 13.0' + ## [1.3.0] - 2017-12-05 ### Added - Options `--facility`, `--level` and `--kernel` to restrict dmesg output on linux OS (@epierotto) - Option `--seconds` to specify the amount of seconds to lookbehind on dmesg output on linux OS (@epierotto) - Options validation to prevent running incompatible arguments (@epierotto) @@ -54,10 +69,11 @@ - added binstubs ### Changed - removed cruft from /lib -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.3.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/2.0.0...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.3.0...2.0.0 [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/0.0.4...1.0.0 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/0.0.3...0.0.4