We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453ea5c commit f9fa1c6Copy full SHA for f9fa1c6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.32.1 - 2025-07-01
4
+### Fixes
5
+* :bug: fix for invalid polygons returned by the server (#249)
6
+
7
8
## v4.32.0 - 2025-06-03
9
### Changes
10
* :sparkles: add support for address fields
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.32.0</version>
+ <version>4.32.1</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