Skip to content

Commit 6356d98

Browse files
committed
🔖 version 4.0.0
1 parent 3e5024c commit 6356d98

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## v4.0.0 - 2023-06-20
4+
### ¡Breaking Changes!
5+
* :art: harmonize variable and class names with API response
6+
* :art: improve code structure
7+
* :recycle: harmonize naming with other client libraries
8+
* :art: put all the api classes in the http package
9+
* :recycle: simplify getting a polygon's centroid
10+
* :art: simplify MindeeClient creation
11+
* :art: simplify product class names
12+
### Changes
13+
* :sparkles: add support for asynchronous endpoints
14+
* :sparkles: add support for invoice splitter v1
15+
* :sparkles: add support for financial document v1.1
16+
* :sparkles: add support for FR bank account details v2
17+
* :sparkles: add receipt v5 support
18+
* :sparkles: allow printing of the entire response
19+
* :sparkles: better printing of tax information
20+
* :recycle: use better table output for line items
21+
* :art: harmonize CLI with other libraries
22+
* :speech_balloon: update product property descriptions
23+
### Fixes
24+
:bug: fix for proper ordering of words
25+
:bug: make sure account and endpoint is set on test script
26+
327
## v3.4.0 - 2023-05-02
428
### Changes
529
* :memo: make code samples easier to read

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>3.4.0</version>
8+
<version>4.0.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)