diff --git a/CHANGELOG.md b/CHANGELOG.md index 3470cc2..683a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Craft-Scripts Changelog +## 1.2.8 - 2018.08.20 +### Changed +* Refactor out to functions thanks to `preposthuman ` + ## 1.2.7 - 2018.05.22 ### Changed * Code cleanup and refactoring thanks to `preposthuman ` diff --git a/composer.json b/composer.json index 78cd64b..bbd08c3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nystudio107/craft-scripts", "description": "Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments", - "version": "1.2.7", + "version": "1.2.8", "keywords": [ "craft", "craftcms",