diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dc766..cf006bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +### 1.0.1 - 2020-02-21 +#### Fixed +- Fix incorrect focal point + ### 1.0.0 - 2020-02-18 - Initial Release diff --git a/composer.json b/composer.json index 2868ec4..fc4c315 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/thumbro", "description": "Craft CMS image transformations powered by Thumbor", - "version": "1.0.0", + "version": "1.0.1", "type": "craft-plugin", "license": "proprietary", "minimum-stability": "dev",