From 611769be3ab18ddb1b24be7172567965dbad0ff4 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 28 Feb 2019 10:53:00 +1100 Subject: [PATCH] version 1.1.4 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6785fae..7b33c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.4 - 2019-02-28 + +### Fixed +- Fix approved entries not being published correctly in some instances. + ## 1.1.3 - 2019-02-27 ### Fixed diff --git a/composer.json b/composer.json index 3b2f585..a31cb2f 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.3", + "version": "1.1.4", "keywords": [ "craft", "cms",