We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e9542 commit e3968f1Copy full SHA for e3968f1
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.43.0 - 2026-03-16
4
+### Changes
5
+* :sparkles: Add support for `Classification`, `Crop`, `OCR` and `Split` utilities.
6
+
7
8
## v4.42.1 - 2026-03-12
9
### Changes
10
* :coffin: remove unused PayslipV2 product
pom.xml
@@ -416,7 +416,7 @@
416
417
<properties>
418
<!-- MINDEE VERSION GOES HERE -->
419
- <revision>4.42.1</revision>
+ <revision>4.43.0</revision>
420
421
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
422
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
0 commit comments