We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357c680 commit f5ff3c8Copy full SHA for f5ff3c8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.11.1 - 2024-03-06
4
+### Changes
5
+* :sparkles: handle job errors separately from API errors
6
+
7
8
## v4.11.0 - 2024-02-21
9
### Changes
10
* :sparkles: add support for EU Driver License V1
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.11.0</version>
+ <version>4.11.1</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
11
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments