From 10f6ad08a0a793698aaed58bbe030dc104f0137b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Tue, 6 Jun 2023 15:59:32 +0200 Subject: [PATCH] :bookmark: version 3.9.0 --- CHANGELOG.md | 8 ++++++++ mindee/version | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8888f76..d5d9a394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Mindee Python API Library Changelog +## v3.9.0 - 2023-06-06 +### Changes +* :sparkles: add support for financial documents v1.1 +* :sparkles: add support for handling OCR return +* :recycle: update printing of receipt, invoice, financial doc + + ## v3.8.2 - 2023-05-23 ### Changes * :recycle: add a specific class for classifications, which are never None + ### Fixes * :bug: fix for tax base amount diff --git a/mindee/version b/mindee/version index 00e897bd..b72ad011 100644 --- a/mindee/version +++ b/mindee/version @@ -1 +1 @@ -3.8.2 \ No newline at end of file +3.9.0 \ No newline at end of file