diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e182c..0029bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.7.1 + +### Features +- Add feature to allow output resyncronization + # 0.7.0 Most features is adapted from [engine-js](https://github.com/Blackprint/engine-js). diff --git a/composer.json b/composer.json index f14b575..90e8481 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name":"blackprint/engine", "description": "PHP Engine for Blackprint", - "version": "0.7.0", + "version": "0.7.1", "keywords": ["blackprint", "engine"], "license":"MIT", "require": {