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 0058230 commit ceaa928Copy full SHA for ceaa928
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# Changelog
+# Changelog
2
+
3
+## v1.18.1
4
+- Support dedup status when starting orchestration by wangbill ([#542](https://github.com/microsoft/durabletask-dotnet/pull/542))
5
6
## v1.18.0
7
- Add taskentity support to durabletasksourcegenerator by Copilot ([#517](https://github.com/microsoft/durabletask-dotnet/pull/517))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.18.0</VersionPrefix>
+ <VersionPrefix>1.18.1</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments