Skip to content

Commit c47e46b

Browse files
🔖 Version 4.20.0 (#317)
1 parent 9e64312 commit c47e46b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Mindee Python API Library Changelog
22

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+
310
## v4.19.1 - 2025-03-27
411
### Fixes
512
* :bug: fix for null objects in extras

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.19.1"
3+
__version__ = "4.20.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)