From d5c891a90607c25de2ef6be78ee6469a13ff1de9 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Thu, 20 Mar 2025 16:31:59 +1000 Subject: [PATCH] release notes --- 13/umbraco-workflow/release-notes.md | 3 +++ 15/umbraco-workflow/release-notes.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/13/umbraco-workflow/release-notes.md b/13/umbraco-workflow/release-notes.md index 49d41042450..24ccb255ab0 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.1 (March 20 2025) +* Fixes an intermittent issue where fetching approval groups in a mapper resulted in a scoping error + ### 13.4.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) (March 6 2025 ) * Dependency update for Umbraco.Licenses and Microsoft.Extensions.FileProviders.Abstractions (making this release a minor) * Fixes pagination in assigned-to task table [#96](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91) diff --git a/15/umbraco-workflow/release-notes.md b/15/umbraco-workflow/release-notes.md index ed3b23ad3bf..bff7da556d5 100644 --- a/15/umbraco-workflow/release-notes.md +++ b/15/umbraco-workflow/release-notes.md @@ -16,6 +16,9 @@ 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.1 (March 20 2025) +* Fixes an intermittent issue where fetching approval groups in a mapper resulted in a scoping error + ### 15.1.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) (March 7 2025 ) * Dependency update for Umbraco.Licenses (making this release a minor) * Fixes pagination in assigned-to task table [#96](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91)