Skip to content

Commit

Permalink
🏷️ version 3.1.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee authored Dec 1, 2022
1 parent ba4f599 commit 2585abb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mindee/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0

0 comments on commit 2585abb

Please sign in to comment.