diff --git a/CHANGELOG.md b/CHANGELOG.md index 256ffc1..b211719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.4 - 2020-04-23 +### Fixed +- Error on plugin re-install and upgrade from craft 2 + ## 2.0.3 - 2020-03-02 ### Fixed - Exception when entry due to publish has been deleted diff --git a/composer.json b/composer.json index 83ad1c1..6b26f1d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "goldinteractive/craft3-publisher", "description": "", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "type": "craft-plugin", "require": { @@ -15,7 +15,7 @@ "extra": { "handle": "publisher", "name": "Publisher", - "schemaVersion": "2.0.3", + "schemaVersion": "2.0.4", "developer": "Gold Interactive", "developerUrl": "http://goldinteractive.ch", "class": "goldinteractive\\publisher\\Publisher"