Skip to content

Commit f36c0a3

Browse files
🔖 Version 5.3.0 (#347)
1 parent 7ad4eeb commit f36c0a3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Mindee Java Client Library Changelog
22

3+
## v5.3.0 - 2026-07-21
4+
### Changes
5+
* :sparkles: add webhook error response
6+
* :arrow_up: bump dependencies
7+
* :sparkles: add queue get by URL in client
8+
* :sparkles: add cancellation token
9+
* :sparkles: improve precision in numbers in SimpleField
10+
* :sparkles: allow passing webhooks to the CLI
11+
### Fixes
12+
* :bug: fix extractors
13+
* :bug: fix misc CI issues and cron
14+
* :recycle: clarify CLI outputs
15+
16+
317
## v5.2.0 - 2026-06-17
418
### Changes
519
* :sparkles: add support for v2 CLI

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372

373373
<properties>
374374
<!-- MINDEE VERSION GOES HERE -->
375-
<revision>5.2.0</revision>
375+
<revision>5.3.0</revision>
376376

377377
<!-- Give special access when running tests -->
378378
<surefire.addOpens>

0 commit comments

Comments
 (0)