Skip to content

Commit f698cfd

Browse files
committed
🏷️ version 3.0.0
1 parent ea84e24 commit f698cfd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Mindee Java API Library Changelog
22

3+
## v3.0.0 - 2023-01-16
4+
### ¡Breaking Changes!
5+
:recycle: Mindee class become MindeeClient
6+
:recycle: enable the possibility to use your own pdf implementation
7+
:recycle: improve the creation of MindeeClient and reduce deps
8+
9+
### Changes
10+
* :sparkles: support document as stream
11+
* :sparkles: support tax base on Receipt V4
12+
* :sparkles: support EU License plates V1
13+
* :sparkles: support US Bank check V1
14+
* :sparkles: support FR Carte vitale V1
15+
* :sparkles: support FR Id Card
16+
* :sparkles: support Shipping container V1
17+
* :sparkles: support Receipt V4.1
18+
* :sparkles: support Invoice V4.1
19+
* :sparkles: support Custom document as object from API Builder
20+
* :memo: improve documentation
21+
* :memo: update Custom V1 to include classification
22+
323
## v2.1.0 - 2022-12-12
424
### Changes
525
* :sparkles: Add support for Invoice v4

pom.xml

Lines changed: 1 addition & 1 deletion
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-rc1</version>
9+
<version>3.0.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)