From a1aaf70d2fc0227d3c59a73f85b103c0ec454f3c Mon Sep 17 00:00:00 2001
From: Naiyuan Tian <110135109+nytian@users.noreply.github.com>
Date: Wed, 10 Sep 2025 16:11:13 -0700
Subject: [PATCH 1/2] Bump version prefix from 1.13.0 to 1.14.0
---
eng/targets/Release.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eng/targets/Release.props b/eng/targets/Release.props
index 3a9b6126..c731d3f9 100644
--- a/eng/targets/Release.props
+++ b/eng/targets/Release.props
@@ -17,7 +17,7 @@
- 1.13.0
+ 1.14.0
From e525492c2d0f23a335baaa91866c42d41f587573 Mon Sep 17 00:00:00 2001
From: "naiyuantian@microsoft.com"
Date: Wed, 10 Sep 2025 16:13:51 -0700
Subject: [PATCH 2/2] update changelotg
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2c4757e..b542f243 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## v1.14.0
+- Add RestartAsync API Support at DurableTaskClient ([#456](https://github.com/microsoft/durabletask-dotnet/pull/456))
+
## v1.13.0
- Add orchestration execution tracing ([#441](https://github.com/microsoft/durabletask-dotnet/pull/441))