We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d326b commit 8cd2792Copy full SHA for 8cd2792
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.33.0-rc1 - 2025-07-17
4
+### Changes
5
+* :sparkles: add support for mindee API V2 client & features
6
+* :wrench: tweak CI & testing
7
+* :recycle: uniformize variable naming across files
8
+
9
10
## v4.32.1 - 2025-07-01
11
### Fixes
12
* :bug: fix for invalid polygons returned by the server (#249)
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.32.1</version>
+ <version>4.33.0-rc1</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>
0 commit comments