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 022d567 commit a47e84fCopy full SHA for a47e84f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.9.0 (unreleased)
+## v1.9.0
4
5
- Introduce default version setting to DurableTaskClient and expose to orchestrator ([#393](https://github.com/microsoft/durabletask-dotnet/pull/393))
6
- Add support for local credential types in DTS libraries ([#396](https://github.com/microsoft/durabletask-dotnet/pull/396))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.8.1</VersionPrefix>
+ <VersionPrefix>1.9.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments