Skip to content

Commit 03b72c7

Browse files
🔖 Version 4.19.0 (#196)
1 parent 0b23b71 commit 03b72c7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v4.19.0 - 2024-09-18
4+
### Changes
5+
* :sparkles: add support for BillOfLadingV1
6+
* :sparkles: add support for (US) UsMailV2
7+
* :sparkles: add support for (FR) EnergyBillV1
8+
* :sparkles: add support for (FR) PayslipV1
9+
* :sparkles: add support for NutritionFactsLabelV1
10+
11+
### Fixes
12+
* :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects
13+
* :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
14+
* :memo: fix a few documentation errors & typos
15+
* :wrench: updated CI dependencies
16+
17+
318
## v4.18.0 - 2024-07-26
419
### Changes
520
* :sparkles: add support for US Healthcare card V1

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.18.0</version>
8+
<version>4.19.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)