From 7e6c67e62edcb3fa0f73ccb9192adb3ece736ec1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Apr 2026 16:45:18 +0000 Subject: [PATCH] Release v1.23.3 --- CHANGELOG.md | 5 +++++ eng/targets/Release.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6e340a..4f3da1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ + +## v1.23.3 +- fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([#698](https://github.com/microsoft/durabletask-dotnet/pull/698)) +- Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693)) + ## v1.23.2 - fix: improve large payload error handling — better error message and prevent infinite retry and fix conflict with auto chunking ([#691](https://github.com/microsoft/durabletask-dotnet/pull/691)) - Bump dotnet-sdk from 10.0.103 to 10.0.201 ([#673](https://github.com/microsoft/durabletask-dotnet/pull/673)) diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 47121379..7c86a718 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.23.2 + 1.23.3