From 2585abb8fdb9a59123a3047bdf722e4508a64270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ianar=C3=A9?= <97107275+ianardee@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:21:41 +0100 Subject: [PATCH] :label: version 3.1.0 (#109) --- CHANGELOG.md | 12 ++++++++++++ mindee/version | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f11662..1f3128ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Mindee Python API Library Changelog +## v3.1.0 (2022-12-01) +### Changes +* :sparkles: allow setting base URL from env +* :sparkles: add some helper functions for BBox +* :sparkles: Add orientation info on all pages +* :sparkles: add Cropper support +* :sparkles: allow setting timeout value from env +* :sparkles: Add Invoice V4 (clearer field names, line items) (#107) + +### Fixes +* :bug: page_n should always be set when available (#106) + ## v3.0.0 (2022-11-07) ### ¡Breaking Changes! * :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use. diff --git a/mindee/version b/mindee/version index 56fea8a0..a0cd9f0c 100644 --- a/mindee/version +++ b/mindee/version @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.1.0 \ No newline at end of file