From 8309f9c7fe374c4c16d2aecd7d4dc8ea974de501 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Mon, 16 Dec 2024 10:45:39 +1000 Subject: [PATCH] release notes for 14.1.3 and 15.0.1 --- 14/umbraco-workflow/release-notes.md | 5 +++++ 15/umbraco-workflow/release-notes.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/14/umbraco-workflow/release-notes.md b/14/umbraco-workflow/release-notes.md index 37e28b63c94..ab02933c4c1 100644 --- a/14/umbraco-workflow/release-notes.md +++ b/14/umbraco-workflow/release-notes.md @@ -16,6 +16,11 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl ## Release History This section contains the release notes for Umbraco Workflow 14 including all changes for this version. + +### 14.1.3 (December 16th 2024) +* Fixes column type mismatch in migration +* Correctly implements delay time in History Cleanup hosted service + ### 14.1.2 (November 14th 2024) * Adds abstraction over `UmbContentWorkspaceContext.readOnlyState` to consistently implement readonly document workspaces. * Fixes invariant culture handling when unlocking a scheduled document. diff --git a/15/umbraco-workflow/release-notes.md b/15/umbraco-workflow/release-notes.md index 00e78df5c45..aa78a857bef 100644 --- a/15/umbraco-workflow/release-notes.md +++ b/15/umbraco-workflow/release-notes.md @@ -15,6 +15,11 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl ## Release History This section contains the release notes for Umbraco Workflow 15 including all changes for this version. + +### 15.0.1 (December 16th 2024) +* Fixes column type mismatch in migration +* Correctly implements delay time in History Cleanup hosted service + ### 15.0.0 (November 14th, 2024) * Compatibility with Umbraco 15 * Replaces entity action wrappers with `umbExtensionRegistry.appendCondition()`