diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8134c48..9a28d19e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# Mindee Java API Library Changelog +# Mindee Java Client Library Changelog + +## v4.25.0 - 2025-03-21 +### Fixes +* :bug: harmonize OS names across clients +* :bug: fix for no tests found +### Changes +* :recycle: increase async retry timers +* :recycle: update display & structure for invoice splitter v1 +* :sparkles: bump FR EnergyBillV1 to V1.2 & US HealthcareCardV1 to V1.1 +* :sparkles: add OCR output to CLI + ## v4.24.2 - 2025-01-06 ### Fixes diff --git a/README.md b/README.md index 008a0ceab..e4892efcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![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) -# Mindee API Helper Library for Java +# Mindee Client Library for Java Quickly and easily connect to Mindee's API services using Java. ## Quick Start diff --git a/pom.xml b/pom.xml index 26923cc8b..ced277bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.mindee.sdk mindee-api-java - 4.24.2 + 4.25.0 4.0.0 Mindee Java Helper Library Java Library to call Mindee's Off-The-Shelf and Custom APIs