From b80d9673b0acc0096aaccd25276eb91e3e761459 Mon Sep 17 00:00:00 2001 From: Peter Gasser Date: Fri, 27 Nov 2015 23:38:52 +0100 Subject: [PATCH] add 2.2.0 and 2.2.1 to CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf1f48..d7f9fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] +## [2.2.1] - 2015-11-27 + +### Changed + +- Robo dependency to `>=0.5.2`, which means all future versions. As Robo is in pre-1.0 stage, this seems to make sense. + +## [2.2.0] - 2015-09-20 + +### Added + +- second parameter `assumeYes` (default `true`) to `exec()` + ## [2.1.0] - 2015-02-27 This version is the first one working without strict errors using Robo >=0.5.2. @@ -77,3 +89,5 @@ Release for Robo >=0.5 (not compatible with 0.4.*!). [2.0.1]: https://github.com/boedah/robo-drush/compare/2.0.0...2.0.1 [2.0.2]: https://github.com/boedah/robo-drush/compare/2.0.1...2.0.2 [2.1.0]: https://github.com/boedah/robo-drush/compare/2.0.2...2.1.0 +[2.2.0]: https://github.com/boedah/robo-drush/compare/2.1.0...2.2.0 +[2.2.1]: https://github.com/boedah/robo-drush/compare/2.2.0...2.2.1