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 94fd684 commit bbd2469Copy full SHA for bbd2469
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java Client Library Changelog
2
3
+## v5.2.0 - 2026-06-17
4
+### Changes
5
+* :sparkles: add support for v2 CLI
6
+### Fixes
7
+* :bug: base64 input should ignore non-base64 characters
8
+
9
10
## v5.1.0 - 2026-06-09
11
### Changes
12
* :sparkles: add extracting Split and Crop to file
pom.xml
@@ -372,7 +372,7 @@
372
373
<properties>
374
<!-- MINDEE VERSION GOES HERE -->
375
- <revision>5.1.0</revision>
+ <revision>5.2.0</revision>
376
377
<!-- Give special access when running tests -->
378
<surefire.addOpens>
0 commit comments