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 a5b9e18 commit c5ae0a3Copy full SHA for c5ae0a3
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
-## v1.9.1 (Unreleased)
+## v1.9.1
4
+- Add basic orchestration and activity execution logs by @cgillum in ([#405](https://github.com/microsoft/durabletask-dotnet/pull/405))
5
- Add default version in `TaskOrchestrationContext` by @halspang in ([#408](https://github.com/microsoft/durabletask-dotnet/pull/408))
6
7
## v1.9.0
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.9.0</VersionPrefix>
+ <VersionPrefix>1.9.1</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments