diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbf36dcd..35a430183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG -2.1.1 - 2015-03-1 +2.1.2 - 2015-03-10 +------------------ + +### Fixed +- Fixed an issue prevent using a custom command clas +- Fixed commands run in folders not working with LocalConnection +- Fixed port and key not being passed to rsync + +2.1.1 - 2015-03-01 ----------------- ### Fixed diff --git a/src/Rocketeer/Rocketeer.php b/src/Rocketeer/Rocketeer.php index 3f7bee661..1cb676711 100644 --- a/src/Rocketeer/Rocketeer.php +++ b/src/Rocketeer/Rocketeer.php @@ -26,7 +26,7 @@ class Rocketeer * * @type string */ - const VERSION = '2.1.1'; + const VERSION = '2.1.2'; /** * The specific commit built.