CHANGELOG.md in sensu-plugins-sensu-2.0.0 vs CHANGELOG.md in sensu-plugins-sensu-2.1.0
- old
+ new
@@ -3,10 +3,15 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [2.1.0] - 2017-08-29
+### Added
+- check-stale-results.rb: new script to check for stale results in sensu (@m4ce)
+- handler-purge-stale-results.rb: new handler to purge stale results from sensu (@m4ce)
+
## [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
@@ -62,10 +67,11 @@
## 0.0.1 - 2015-06-04
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/1.1.1...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.1.0...HEAD
+[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.0.0...2.1.0
[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