We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6f6a2 commit 981e2dfCopy full SHA for 981e2df
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.42.1 - 2026-03-12
4
+### Changes
5
+* :coffin: remove unused PayslipV2 product
6
+### Fixes
7
+* :bug: decimal indicator should always be a period
8
+
9
10
## v4.42.0 - 2026-02-24
11
### Changes
12
* :sparkles: add job information to inference
pom.xml
@@ -416,7 +416,7 @@
416
417
<properties>
418
<!-- MINDEE VERSION GOES HERE -->
419
- <revision>4.42.0</revision>
+ <revision>4.42.1</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