Skip to content

Commit 853461b

Browse files
committed
🔖 Version 4.40.0
1 parent d87b6e8 commit 853461b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v4.40.0 - 2025-12-19
4+
### Changes
5+
* :sparkles: add basic data-schema replace to v2
6+
* :arrow_up: security, bump dependency versions
7+
* :sparkles: add big decimal support to v2 fields
8+
* :technologist: automatically check for common coding problems
9+
### Fixes
10+
* :technologist: minor fixes for common coding problems
11+
12+
313
## v4.39.0 - 2025-12-02
414
### Changes
515
* :sparkles: add support text context return option

pom.xml

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

385385
<properties>
386386
<!-- MINDEE VERSION GOES HERE -->
387-
<revision>4.39.0</revision>
387+
<revision>4.40.0</revision>
388388

389389
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
390390
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>

0 commit comments

Comments
 (0)