Skip to content

Commit

Permalink
🔖 version 4.17.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jun 4, 2024
1 parent 561bb1f commit 1383208
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mindee Java API Library Changelog

## v4.17.0 - 2024-06-04
### Changes
:sparkles: add support for full text extraction (#177)
### Fixes
:bug: fix warning on not properly closing a PDF document


## v4.16.0 - 2024-05-27
### Changes
* :sparkles: add isEmpty() method to field classes
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.16.0</version>
<version>4.17.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

0 comments on commit 1383208

Please sign in to comment.