Skip to content

Commit 9cbe486

Browse files
authored
Bump version prefix to 1.20.1 (#633)
* Bump version prefix to 1.20.1 * Add version 1.20.1 and 1.20.0 to changelog Update changelog to include version 1.20.1 and 1.20.0 changes.
1 parent 789936f commit 9cbe486

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.20.1
4+
- Fix GrpcChannel handle leak in AzureManaged backendby nytian ([#629](https://github.com/microsoft/durabletask-dotnet/pull/629))
5+
36
## 1.20.0
47
- Partial orchestration workitem completion support (merge after next dts dp release) by wangbill ([#514](https://github.com/microsoft/durabletask-dotnet/pull/514))
58
- Export history job by wangbill ([#494](https://github.com/microsoft/durabletask-dotnet/pull/494))
@@ -394,3 +397,4 @@ Initial public release
394397

395398

396399

400+

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.20.0</VersionPrefix>
20+
<VersionPrefix>1.20.1</VersionPrefix>
2121
<VersionSuffix></VersionSuffix>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)