File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Java API Library Changelog
2
2
3
+ ## v4.12.0 - 2024-03-18
4
+ ### Changes
5
+ * :sparkles : update Invoice to v4.5
6
+ * :sparkles : add ability to easily load a webhook response
7
+ * :sparkles : Add support for generated v1
8
+
9
+
3
10
## v4.11.1 - 2024-03-06
4
11
### Changes
5
12
* :sparkles : handle job errors separately from API errors
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ import com.mindee.input.LocalInputSource;
155
155
import com.mindee.input.LocalResponse ;
156
156
import com.mindee.input.WebhookSource ;
157
157
import com.mindee.product.internationalid.InternationalIdV2 ;
158
-
159
158
import java.io.IOException ;
160
159
161
160
public class SimpleMindeeClient {
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.mindee.sdk</groupId >
7
7
<artifactId >mindee-api-java</artifactId >
8
- <version >4.11.1 </version >
8
+ <version >4.12.0 </version >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<name >Mindee Java Helper Library</name >
11
11
<description >Java Library to call Mindee's Off-The-Shelf and Custom APIs</description >
You can’t perform that action at this time.
0 commit comments