diff --git a/CHANGELOG.md b/CHANGELOG.md index af713de..73560f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.2 - 2020-06-09 + +### Fixed +- Fix XSS vulnerability with permissions settings. +- Fix error when `reviewerUserGroups` plugin settings is not an array. + ## 1.5.1 - 2020-05-18 ### Fixed diff --git a/composer.json b/composer.json index 8e77de8..9237078 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/workflow", "description": "A Craft CMS plugin to create a workflow for publishing entries.", "type": "craft-plugin", - "version": "1.5.1", + "version": "1.5.2", "keywords": [ "craft", "cms",