Skip to content

Commit b860b71

Browse files
authored
Bump Version to v1.14.0 for Release (#466)
* Bump version prefix from 1.13.0 to 1.14.0 * update changelotg
1 parent 5abde15 commit b860b71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v1.14.0
4+
- Add RestartAsync API Support at DurableTaskClient ([#456](https://github.com/microsoft/durabletask-dotnet/pull/456))
5+
36
## v1.13.0
47
- Add orchestration execution tracing ([#441](https://github.com/microsoft/durabletask-dotnet/pull/441))
58

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

0 commit comments

Comments
 (0)