Skip to content

Commit cba32bd

Browse files
authored
🔖 version 4.1.0 (#109)
1 parent e09d22d commit cba32bd

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Mindee Java API Library Changelog
22

3+
## v4.1.0 - 2023-07-24
4+
### Changes
5+
* :coffin: remove shipping container
6+
### Fixes
7+
* :bug: fix for missing page data in us bank check
8+
* :bug: fix passport to match API return
9+
10+
311
## v4.0.0 - 2023-06-20
412
### ¡Breaking Changes!
513
* :art: harmonize variable and class names with API response
@@ -21,8 +29,9 @@
2129
* :art: harmonize CLI with other libraries
2230
* :speech_balloon: update product property descriptions
2331
### Fixes
24-
:bug: fix for proper ordering of words
25-
:bug: make sure account and endpoint is set on test script
32+
* :bug: fix for proper ordering of words
33+
* :bug: make sure account and endpoint is set on test script
34+
2635

2736
## v3.4.0 - 2023-05-02
2837
### Changes

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0</version>
8+
<version>4.1.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)