Skip to content

Commit a2b21bf

Browse files
authored
🔖 version 4.12.0 (#157)
1 parent 152a353 commit a2b21bf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ import com.mindee.input.LocalInputSource;
155155
import com.mindee.input.LocalResponse;
156156
import com.mindee.input.WebhookSource;
157157
import com.mindee.product.internationalid.InternationalIdV2;
158-
159158
import java.io.IOException;
160159

161160
public class SimpleMindeeClient {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)