We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8546af0 commit a2414e7Copy full SHA for a2414e7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.20.0 - 2024-10-11
4
+### Changes
5
+* :sparkles: add support for Financial Document v1.10
6
+* :sparkles: add support for Invoice v4.8
7
+
8
9
## v4.19.0 - 2024-09-18
10
### Changes
11
* :sparkles: add support for BillOfLadingV1
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.19.0</version>
+ <version>4.20.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments