diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a29ef..668a8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.1.2 - 2019-02-27 + +### Added +- Added editor/publisher submission notes required setting + +### Changed +- Ensure editor/publisher URLs are only shown if the current user has permission. + +### Fixed +- Ensure publishers in settings use User Group UID. + ## 1.1.1 - 2019-02-26 ### Fixed diff --git a/composer.json b/composer.json index 0643668..223c720 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.1.1", + "version": "1.1.2", "keywords": [ "craft", "cms",