We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b307e29 commit 8c2eed8Copy full SHA for 8c2eed8
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee .NET API Library Changelog
2
3
+## v3.20.1 - 2024-10-21
4
+### Fixes
5
+:bug: fix worker services losing API settings & API key after an HTTP call
6
+
7
8
## v3.20.0 - 2024-10-11
9
### Changes
10
* :sparkles: add support for Financial Document v1.10
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.20.0</VersionPrefix>
+ <VersionPrefix>3.20.1</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
0 commit comments