From d1b54338d920b5dd21eb1971e44fcf6116aff2f5 Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Mon, 18 Aug 2025 11:37:39 -0700 Subject: [PATCH] bumped version number and updated changelog --- CHANGELOG.md | 6 +++--- eng/targets/Release.props | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471ae3d8..a2c4757e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog -## (Unreleased) - -- Expose gRPC retry options in Azure Managed extensions ([#447](https://github.com/microsoft/durabletask-dotnet/pull/447)) +## v1.13.0 +- Add orchestration execution tracing ([#441](https://github.com/microsoft/durabletask-dotnet/pull/441)) ## v1.12.0 @@ -10,6 +9,7 @@ - Adding Analyzer to build and release ([#444](https://github.com/microsoft/durabletask-dotnet/pull/444)) - Add ability to filter orchestrations at worker ([#443](https://github.com/microsoft/durabletask-dotnet/pull/443)) - Removing breaking change for TaskOptions ([#446](https://github.com/microsoft/durabletask-dotnet/pull/446)) +- Expose gRPC retry options in Azure Managed extensions ([#447](https://github.com/microsoft/durabletask-dotnet/pull/447)) ## v1.11.0 diff --git a/eng/targets/Release.props b/eng/targets/Release.props index bf40e2a2..3a9b6126 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.12.0 + 1.13.0