diff --git a/CHANGELOG.md b/CHANGELOG.md index ce35c0a..3f5149e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.2 - 2022-08-03 + +### Fixed +- Fix an error when running migrations. (thanks @fthues). + ## 2.0.1 - 2022-07-19 ### Added diff --git a/composer.json b/composer.json index 1164f96..ad46e0e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/user-group-field", "description": "Field type that let you select one or more user groups", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",