Skip to content

Commit ba0fa1e

Browse files
🔖 Version 4.15.0 (#283)
1 parent dca9a9b commit ba0fa1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v4.15.0 - 2024-11-28
4+
### Changes
5+
* :sparkles: add support for workflows
6+
* :sparkles: add support for French Health Card V1
7+
* :sparkles: add support for Driver License V1
8+
* :sparkles: add support for Payslip FR V3
9+
10+
311
## v4.14.2 - 2024-11-26
412
### Fixes
513
* :bug: fix circular imports error on install

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.14.2"
3+
__version__ = "4.15.0"
44

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

0 commit comments

Comments
 (0)