Skip to content

Commit

Permalink
1.2.0 release updates (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
  • Loading branch information
shivamkm07 authored Feb 5, 2024
1 parent dd8a756 commit 4ea1473
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v1.2.0

- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)

# v1.1.1

- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.1`
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Client/Core/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Adds option to recursively terminate/purge sub-orchestrations in `DurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)
1 change: 1 addition & 0 deletions src/Client/Grpc/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)

0 comments on commit 4ea1473

Please sign in to comment.