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()`