Skip to content

Commit 54639e3

Browse files
authored
🔖 Version 4.25.0 (#229)
1 parent f7f99fa commit 54639e3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Mindee Java API Library Changelog
1+
# Mindee Java Client Library Changelog
2+
3+
## v4.25.0 - 2025-03-21
4+
### Fixes
5+
* :bug: harmonize OS names across clients
6+
* :bug: fix for no tests found
7+
### Changes
8+
* :recycle: increase async retry timers
9+
* :recycle: update display & structure for invoice splitter v1
10+
* :sparkles: bump FR EnergyBillV1 to V1.2 & US HealthcareCardV1 to V1.1
11+
* :sparkles: add OCR output to CLI
12+
213

314
## v4.24.2 - 2025-01-06
415
### Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-java)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-java/push-main-branch.yml)](https://github.com/mindee/mindee-api-java) [![Version](https://img.shields.io/maven-central/v/com.mindee.sdk/mindee-api-java)](https://mvnrepository.com/artifact/com.mindee.sdk/mindee-api-java)
22

3-
# Mindee API Helper Library for Java
3+
# Mindee Client Library for Java
44
Quickly and easily connect to Mindee's API services using Java.
55

66
## Quick Start

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.24.2</version>
8+
<version>4.25.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)