From 764769bbc9881e2213b82a3a9afb35d0676e41d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Fri, 21 Jul 2023 18:55:00 +0200 Subject: [PATCH] :bookmark: version 4.1.0 --- CHANGELOG.md | 13 +++++++++++-- pom.xml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd479445..87d46620d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Mindee Java API Library Changelog +## v4.1.0 - 2023-07-24 +### Changes +* :coffin: remove shipping container +### Fixes +* :bug: fix for missing page data in us bank check +* :bug: fix passport to match API return + + ## v4.0.0 - 2023-06-20 ### ¡Breaking Changes! * :art: harmonize variable and class names with API response @@ -21,8 +29,9 @@ * :art: harmonize CLI with other libraries * :speech_balloon: update product property descriptions ### Fixes -:bug: fix for proper ordering of words -:bug: make sure account and endpoint is set on test script +* :bug: fix for proper ordering of words +* :bug: make sure account and endpoint is set on test script + ## v3.4.0 - 2023-05-02 ### Changes diff --git a/pom.xml b/pom.xml index 5dc1a8d10..51bbd2b8a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.mindee.sdk mindee-api-java - 4.0.0 + 4.1.0 4.0.0 Mindee Java Helper Library Java Library to call Mindee's Off-The-Shelf and Custom APIs