diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e547d7..935ea11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.6 - 2023-10-25 + +### Added +- Add support for editor + reviewer dual role. + +### Fixed +- Fix an error when comparing reviews. +- Fix required notes not being enforced. +- Fix special characters in submission notes not working correctly. + ## 2.0.5 - 2023-04-28 ### Added diff --git a/composer.json b/composer.json index 64c6c98..463b2fa 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/workflow", "description": "Enforce multi-step review processes for creating entries.", "type": "craft-plugin", - "version": "2.0.5", + "version": "2.0.6", "keywords": [ "craft", "cms",