CHANGELOG.md in sensu-plugins-sensu-1.1.1 vs CHANGELOG.md in sensu-plugins-sensu-2.0.0

- old
+ new

@@ -3,10 +3,20 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [2.0.0] - 2017-08-20 +### Breaking Changes +- check-aggregates.rb: Changed the default behaviour to alert with the severity of the aggregated checks. + +### Added +- check-aggregates.rb: Added new flag to ignore severities. If --ignore-severity is supplied all non-ok will count for critical, critical_count, warning and warning_count option. + +### Fixed +- handler-sensu-deregister.rb: Fix undefined variable in case of API error. + ## [1.1.1] - 2017-08-01 ### Added - Ruby 2.4 testing (@Evesy) ### Fixed @@ -53,9 +63,10 @@ ## 0.0.1 - 2015-06-04 ### Added - initial release [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/1.1.1...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/1.1.1...2.0.0 [1.1.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/0.1.0...1.0.0 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/0.0.2...0.1.0 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/0.0.1...0.0.2