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 1c4d8c9 commit ba6fa9aCopy full SHA for ba6fa9a
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
-## Unreleased
+## v1.22.0
4
+- Changing the default dedupe statuses behavior by sophiatev ([#622](https://github.com/microsoft/durabletask-dotnet/pull/622))
5
6
## 1.21.0
7
- Introduce WorkItemFilters into worker flow by halspang ([#616](https://github.com/microsoft/durabletask-dotnet/pull/616))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.21.0</VersionPrefix>
+ <VersionPrefix>1.22.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments