Skip to content

Commit 4ea1473

Browse files
authored
1.2.0 release updates (#264)
Signed-off-by: Shivam Kumar <[email protected]>
1 parent dd8a756 commit 4ea1473

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# v1.2.0
4+
5+
- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)
6+
37
# v1.1.1
48

59
- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.1`

eng/targets/Release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.1.1</VersionPrefix>
20+
<VersionPrefix>1.2.0</VersionPrefix>
2121
<VersionSuffix></VersionSuffix>
2222
</PropertyGroup>
2323

src/Client/Core/RELEASENOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Adds option to recursively terminate/purge sub-orchestrations in `DurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)

src/Client/Grpc/RELEASENOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)

0 commit comments

Comments
 (0)