diff --git a/CHANGELOG.md b/CHANGELOG.md index d70711c..6864454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Bulk Edit Changelog +## 2.0.5 +### Fixed +- Bug where multi-site bulk editing was not working properly (Thanks @monachilada) + ## 2.0.4 - 2020-02-25 ### Fixed - Bug where bulk editing assets with could yield no fields diff --git a/composer.json b/composer.json index 8b39ade..852e41a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "venveo/craft-bulkedit", "description": "Bulk edit Craft CMS element fields", "type": "craft-plugin", - "version": "2.0.4", + "version": "2.0.5", "keywords": [ "craft", "cms",