We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddd7db commit a62a71dCopy full SHA for a62a71d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.3.0 - 2023-09-01
4
+### Changes
5
+* :sparkles: add cropper option
6
+* :sparkles: add support for US w9 v1
7
+* :sparkles: add better handling of HTTP errors
8
+
9
10
## v4.2.0 - 2023-08-08
11
### Changes
12
* :white_check_mark: add unit tests for receipt v4, invoice v4
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.2.0</version>
+ <version>4.3.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments