Skip to content

Commit 5a948c3

Browse files
committed
version 2.3.0
1 parent 4b3df18 commit 5a948c3

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
# Mindee Python API Library Changelog
22

3+
## v2.3.0 (2022-05-23)
4+
5+
### Fixes
6+
* :bug: make sure the 'Token' keyword is sent in the auth headers
7+
8+
### Changes
9+
* :sparkles: now possible to read file contents at any time
10+
* :hammer: run mypy in pre-commit
11+
* :arrow_up: upgrade pikepdf
12+
* :recycle: minor cleanup / refactor
13+
* :memo: Add basic automated class documentation
14+
315
## v2.2.0 (2022-03-24)
416

517
### Fixes
6-
* 🐛 💥 fix for customer_company_registration being a list of values
18+
* :bug: :boom: fix for customer_company_registration being a list of values
719

820
### Changes
9-
* allow specifying file closing behavior
10-
* ⬆️ loosen setup.py requirements; update pinned dependencies
11-
* better testing of PDF pages
21+
* :sparkles: allow specifying file closing behavior
22+
* :arrow_up: loosen setup.py requirements; update pinned dependencies
23+
* :white_check_mark: better testing of PDF pages
1224

1325
## v2.1.1 (2022-03-15)
1426

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

0 commit comments

Comments
 (0)