Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mindee Java Client Library Changelog

## v4.34.0 - 2025-08-25
Comment thread
ianardee marked this conversation as resolved.
Outdated
### Changes
* :sparkles: add typed accessors for values and fields
### Fixes
* :memo: fix documentation of page options


## v4.33.0 - 2025-08-04
### Changes
* :sparkles: add support for page count & mime type
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@

<properties>
<!-- MINDEE VERSION GOES HERE -->
<revision>4.33.0</revision>
<revision>4.34.0</revision>

<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
Expand Down
Loading