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 9e64312 commit c47e46bCopy full SHA for c47e46b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.20.0 - 2025-04-08
4
+### Changes
5
+* :sparkles: add support for Financial Document V1.12
6
+* :sparkles: add support for Invoices V4.10
7
+* :sparkles: add support for US Healthcare Cards V1.2
8
+
9
10
## v4.19.1 - 2025-03-27
11
### Fixes
12
* :bug: fix for null objects in extras
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.19.1"
+__version__ = "4.20.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments