From 2cdc05fd334a29e6068b417b2c0d2c1c0c1a876f Mon Sep 17 00:00:00 2001 From: sophiatev <38052607+sophiatev@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:05:01 -0700 Subject: [PATCH] Update CHANGELOG.md for v1.15.0 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b542f243..fe5b175a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog - +## v1.15.0 +- Abandon workitem if processing workitem failed by @YunchuWang in ([#467](https://github.com/microsoft/durabletask-dotnet/pull/467)) +- Extended Sessions for Isolated (Orchestrations) by @sophiatev in ([#449](https://github.com/microsoft/durabletask-dotnet/pull/449)) + ## v1.14.0 - Add RestartAsync API Support at DurableTaskClient ([#456](https://github.com/microsoft/durabletask-dotnet/pull/456)) @@ -292,3 +295,4 @@ Microsoft.DurableTask.Generators ## v0.4.1-beta Initial public release +