CHANGELOG.md in knife-cookbook-cleanup-1.0.0 vs CHANGELOG.md in knife-cookbook-cleanup-1.1.0

- old
+ new

@@ -2,11 +2,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] + + +## [1.1.0] - 2019-10-28 +### Security +- updated dependencies via dependabot (@dependabot) + ### Added +- allow targeting a single cookbook for cleanup, not specifying any cookbook will cleanup all cookbooks (@majormoses) + +### Changed +- locked `chef` dependencies to keep ruby `2.3` support (@majomoses) + +## [1.0.0] - 2018-03-06 +### Added - option `--dry-run` to echo out what it would do (@majormoses) - option `--versions-to-keep` which allows you keep x versions, this is useful for cleaning up cookbooks but leaving the last few around for easy rollback and such (@majormoses) - rubocop config (@majormoses) - travis config (@majormoses) - updated dependencies (@majormoses) @@ -17,7 +30,9 @@ ## [0.1.1] - 2014-04-08 ### Added - functional version (@agoddard) -[Unreleased]: https://github.com/majormoses/knife-cookbook-cleanup/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/majormoses/knife-cookbook-cleanup/compare/1.1.0...HEAD +[1.1.0]: https://github.com/majormoses/knife-cookbook-cleanup/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/majormoses/knife-cookbook-cleanup/compare/v0.1.1...1.0.0 [0.1.1]: https://github.com/majormoses/knife-cookbook-cleanup/compare/df026a622e4962f0a1d88e93d866bf4daae02b0e...7822c8a3790c25ab2acb56b24507728c19efd7b4