Skip to content

Commit d4de38c

Browse files
authored
🏷️ version 3.1.0 (#75)
1 parent bfec32c commit d4de38c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Mindee Java API Library Changelog
22

3+
## v3.1.0 - 2023-02-02
4+
### Changes
5+
:sparkles: support Financial Document V1
6+
:sparkles: support proof of address V1
7+
:sparkles: support Ocr property for Invoice and Receipt
8+
:recycle:! using IllegalStateException instead of NotSerializableException
9+
:sparkles: add default constructors for ListFieldValue
10+
:pencil2: some renaming on Financial V1 and Proof of Address V1
11+
12+
### Fixes
13+
:bug:! Details property in Error become an object because it can handle both string and object
14+
15+
### Changes
16+
317
## v3.0.0 - 2023-01-16
418
### ¡Breaking Changes!
519
:recycle: Mindee class become MindeeClient

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.mindee.sdk</groupId>
77
<artifactId>mindee-api-java</artifactId>
88
<modelVersion>4.0.0</modelVersion>
9-
<version>3.0.0</version>
9+
<version>3.1.0</version>
1010
<name>Mindee Java Helper Library</name>
1111
<description>Java Library to call Mindee's Off The Shelf and Custom APIs</description>
1212
<url>https://github.com/mindee/mindee-api-java</url>

0 commit comments

Comments
 (0)