Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
Expand Down