From f42906aa60a0224d41c0ff16fced57d2a07543f9 Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Mon, 12 Jan 2026 16:27:48 -0800 Subject: [PATCH] prepping for release --- CHANGELOG.md | 5 +++++ eng/targets/Release.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea3a4e8..aa242e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.19.1 +- Throw an `InvalidOperationException` for purge requests on running orchestrations by sophiatev ([#611](https://github.com/microsoft/durabletask-dotnet/pull/611)) +- Validate c# identifiers in durabletask source generator by Copilot ([#578](https://github.com/microsoft/durabletask-dotnet/pull/578)) +- Document orchestration discovery and method probing behavior in analyzers by Copilot ([#594](https://github.com/microsoft/durabletask-dotnet/pull/594)) + ## v1.19.0 - Extended sessions for entities in .net isolated by sophiatev ([#507](https://github.com/microsoft/durabletask-dotnet/pull/507)) - Adding the ability to specify tags and a retry policy for suborchestrations by sophiatev ([#603](https://github.com/microsoft/durabletask-dotnet/pull/603)) diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 7232b425..5b2fc2c8 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.19.0 + 1.19.1