Skip to content

Commit 5ccf57c

Browse files
🔖 Version 4.24.2 (#220)
1 parent 4da1226 commit 5ccf57c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee Java API Library Changelog
22

3+
## v4.24.2 - 2025-01-06
4+
### Fixes
5+
* :bug: fix missing boolean field accessor for generated objects
6+
7+
38
## v4.24.1 - 2024-12-27
49
### Fixes
510
* :bug: fix for large files timing out in async mode

pom.xml

+1-1
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.24.1</version>
8+
<version>4.24.2</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)