diff --git a/13/umbraco-workflow/release-notes.md b/13/umbraco-workflow/release-notes.md index 385c66d89f8..8d82cf48b82 100644 --- a/13/umbraco-workflow/release-notes.md +++ b/13/umbraco-workflow/release-notes.md @@ -17,6 +17,9 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl This section contains the release notes for Umbraco Workflow 13 including all changes for this version. +### 13.4.3 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.3) (May 29 2025) +* Improves task summary display in notification emails [#94](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/94) + ### 13.4.2 (April 2 2025) * Improves empty searching in Advanced Search * Fixes an issue in Offline Approval where cultures were not always cased consistently diff --git a/15/umbraco-workflow/release-notes.md b/15/umbraco-workflow/release-notes.md index a3c059846b5..e795a457ac7 100644 --- a/15/umbraco-workflow/release-notes.md +++ b/15/umbraco-workflow/release-notes.md @@ -16,6 +16,12 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl This section contains the release notes for Umbraco Workflow 15 including all changes for this version. +### 15.1.4 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) (May 29 2025) +* Improves task summary display in notification emails [#94](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/94) +* Fixes error when attempting to open the workflow detail dialog from the editor dashboard +* Improves variant handling when creating workflow processes in code +* Aligns date handling with CMS + ### 15.1.3 (May 2 2025) * Fixes display of new-node workflow configuration, and improves workflow scaffolding for new documents.