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 65126d2 commit d9273d8Copy full SHA for d9273d8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.8.0
4
+
5
+- Add Schedule Support for Durable Task Framework ([#368](https://github.com/microsoft/durabletask-dotnet/pull/368))
6
+- Fixes and improvements
7
8
## v1.7.0
9
10
- Add parent trace context information when scheduling an orchestration ([#358](https://github.com/microsoft/durabletask-dotnet/pull/358))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.7.0</VersionPrefix>
+ <VersionPrefix>1.8.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments