We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abde15 commit b860b71Copy full SHA for b860b71
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v1.14.0
4
+- Add RestartAsync API Support at DurableTaskClient ([#456](https://github.com/microsoft/durabletask-dotnet/pull/456))
5
+
6
## v1.13.0
7
- Add orchestration execution tracing ([#441](https://github.com/microsoft/durabletask-dotnet/pull/441))
8
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.13.0</VersionPrefix>
+ <VersionPrefix>1.14.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments