We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da1226 commit 5ccf57cCopy full SHA for 5ccf57c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.24.2 - 2025-01-06
4
+### Fixes
5
+* :bug: fix missing boolean field accessor for generated objects
6
+
7
8
## v4.24.1 - 2024-12-27
9
### Fixes
10
* :bug: fix for large files timing out in async mode
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.24.1</version>
+ <version>4.24.2</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
11
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments