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 bdf4402 commit 477de49Copy full SHA for 477de49
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.2.0 - 2023-08-08
4
+### Changes
5
+* :white_check_mark: add unit tests for receipt v4, invoice v4
6
+* :sparkles: add support for US driver license v1
7
+
8
9
## v4.1.0 - 2023-07-24
10
### Changes
11
* :coffin: remove shipping container
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.1.0</version>
+ <version>4.2.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