We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363d64b commit ef1fecbCopy full SHA for ef1fecb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.14.0 - 2024-05-16
4
+### Changes
5
+* :sparkles: update financial document to v1.7 and receipt to v5.2
6
+* :memo: add HMAC verification documentation
7
+
8
9
## v4.13.0 - 2024-04-30
10
### Changes
11
* :sparkles: add HMAC validation for webhooks
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.13.0</version>
+ <version>4.14.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