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

- old
+ new

@@ -1,12 +1,24 @@ # 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 at [Our CHANGELOG Guidelines](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [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) + +### Changed +- updated changelog guidelines location (@majormoses) +- Replaced the use of `tail` and `head` commands when specifying the option `--invert`, now uses pure ruby (@epierotto) +- Updated rubocop version to 0.49.0 (@epierotto) +- Rubocop test pass (@epierotto) + ## [1.2.0] - 2017-11-02 ### Changed - check-hardware-fail.rb: Return the actual and entire query line match if found (@phantasm66) ## [1.1.0] - 2017-07-17 @@ -42,10 +54,11 @@ - added binstubs ### Changed - removed cruft from /lib -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.2.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/1.3.0...HEAD +[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 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-hardware/compare/0.0.2...0.0.3