diff --git a/CHANGELOG.md b/CHANGELOG.md index 30821cd..f8ab0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with `[BC]`. ## Current development (master) + +## 0.11.0 - 2015-11-04 - Fix E_STRICT error in loadConfig (#136) - Fix file path comparisons to work properly across unix and windows (#99) - Cache MODX packages so it doesn't have to download every time (#133) diff --git a/composer.json b/composer.json index 1d29e62..fff3e98 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "modmore/Gitify", - "version": "0.10.2", + "version": "0.11.0", "description": "Command line toolkit to make managing a MODX site in git a lot easier", "require": { "kbjr/Git.php": "*",