From 9bc055fdbf6a4ea56be4a64352b56a7d9929cc30 Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:45:58 -0700 Subject: [PATCH 1/3] Update CHANGELOG.md for version v1.16.0 Added new version v1.16.0 and updated previous versions in the changelog. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8932d3f..11ef0a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog - -## v1.15.1 (Unreleased) +## v1.16.0 +- Include Exception Properties at FailureDetails by nytian in([#474](https://github.com/microsoft/durabletask-dotnet/pull/474)) +## v1.15.1 - Add version check to activities by @halspang in ([#472](https://github.com/microsoft/durabletask-dotnet/pull/472)) ## v1.15.0 @@ -300,3 +301,4 @@ Microsoft.DurableTask.Generators Initial public release + From 2ba5baa77347d1660fd8bdf8440f4876a919a1de Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:47:14 -0700 Subject: [PATCH 2/3] Revise CHANGELOG with recent version updates Updated changelog to include new versions and changes. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ef0a03..634ab23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog + ## v1.16.0 - Include Exception Properties at FailureDetails by nytian in([#474](https://github.com/microsoft/durabletask-dotnet/pull/474)) + ## v1.15.1 - Add version check to activities by @halspang in ([#472](https://github.com/microsoft/durabletask-dotnet/pull/472)) @@ -302,3 +304,4 @@ Microsoft.DurableTask.Generators Initial public release + From 2a9dd1738053d5b09b10b6786a0af56aa19ab5b6 Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:42:26 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md