Skip to content

Commit b67e5c5

Browse files
🔖 version 4.18.0 (#188)
1 parent 243e9ea commit b67e5c5

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Mindee Java API Library Changelog
22

3+
## v4.18.0 - 2024-07-26
4+
### Changes
5+
* :sparkles: add support for US Healthcare card V1
6+
* :sparkles: add support for US Mail V2
7+
* :sparkles: update financial document to v1.9
8+
* :sparkles: update invoices to v4.7
9+
* :sparkles: add support for invoice-splitter auto-extraction
10+
### Fixes
11+
* :bug: fix improper display for BooleanFields
12+
* :recycle: change the way registration fields are displayed
13+
* :arrow_up: bump dependencies
14+
15+
316
## v4.17.0 - 2024-06-04
417
### Changes
5-
:sparkles: add support for full text extraction (#177)
18+
* :sparkles: add support for full text extraction (#177)
619
### Fixes
7-
:bug: fix warning on not properly closing a PDF document
20+
* :bug: fix warning on not properly closing a PDF document
821

922

1023
## v4.16.0 - 2024-05-27

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.17.0</version>
8+
<version>4.18.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)