We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bb1ba commit 09dce2aCopy full SHA for 09dce2a
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Mindee python SDK
2
3
+## v1.3.0 (2022-01-17)
4
+
5
+### Fix
6
+* :bug: Fixed URLs not built properly on Windows OS
7
+ [#33](https://github.com/mindee/mindee-api-python/issues/33)
8
+* :bug: fixed API error when using base64
9
+ [#45](https://github.com/mindee/mindee-api-python/issues/45)
10
11
+### Chg
12
+* :sparkles: Add user-agent header with SDK and Python versions
13
+* :sparkles: Use pikepdf to replace pyMuPDF
14
+* :construction_worker: Pass all code through Black
15
+* :pushpin: use `pip-tools` and `setup.py` to pin all dependencies
16
+* :page_facing_up: change to MIT license
17
18
## v1.2.3 (2021-12-22)
19
20
### Fix
mindee/version
@@ -1 +1 @@
-1.2.3
+1.3.0
0 commit comments