File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Mindee Java API Library Changelog
22
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+
310## v4.11.1 - 2024-03-06
411### Changes
512* :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;
155155import com.mindee.input.LocalResponse ;
156156import com.mindee.input.WebhookSource ;
157157import com.mindee.product.internationalid.InternationalIdV2 ;
158-
159158import java.io.IOException ;
160159
161160public class SimpleMindeeClient {
Original file line number Diff line number Diff line change 55
66 <groupId >com.mindee.sdk</groupId >
77 <artifactId >mindee-api-java</artifactId >
8- <version >4.11.1 </version >
8+ <version >4.12.0 </version >
99 <modelVersion >4.0.0</modelVersion >
1010 <name >Mindee Java Helper Library</name >
1111 <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