CHANGELOG.md in sensu-plugins-chef-2.0.1 vs CHANGELOG.md in sensu-plugins-chef-3.0.0
- old
+ new
@@ -2,9 +2,15 @@
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [3.0.0]
+### Breaking Change
+- re-wrote all checks to use latest ridley. As ridley 5.x requires buff-extension 2.x which requires >= ruby 2.2 and sensu has never shipped with ruby 2.1 the decision was made to drop this support. If you are not using an embedded ruby and are using 2.1 this will break for you. To avoid this you can either switch to embedded ruby or upgrade your ruby to at least 2.2
+
+# Added
+- testing for ruby 2.4
## [2.0.1] - 2017-04-28
### Fixed
- fixed issue with uninitialized constant (@majormoses)