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 bee3cb8 commit 760847eCopy full SHA for 760847e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.7.0
4
+
5
+- Add parent trace context information when scheduling an orchestration ([#358](https://github.com/microsoft/durabletask-dotnet/pull/358))
6
7
## v1.6.0
8
9
- Added new preview packages, `Microsoft.DurableTask.Client.AzureManaged` and `Microsoft.DurableTask.Worker.AzureManaged`
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.6.0</VersionPrefix>
+ <VersionPrefix>1.7.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments