Skip to content

Commit

Permalink
🔖 Version 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 14, 2024
1 parent ea95dfd commit 7fa533e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Mindee Python API Library Changelog

## v4.14.0 - 2024-11-14
### Changes
* :sparkles: add support for business cards V1
* :sparkles: add support for delivery note V1.1
* :sparkles: add support for indian passport V1
* :sparkles: add support for resume V1.1
### Fixes
* :recycle: adjust default values for async delays
* :arrow_up: fully migrate project to pyproject.toml


## v4.13.0 - 2024-10-11
### Changes
* :sparkles: add support for Financial Document v1.10
Expand Down
2 changes: 1 addition & 1 deletion mindee/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "4.13.0"
__version__ = "4.14.0"

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

Expand Down

0 comments on commit 7fa533e

Please sign in to comment.