We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30d368 commit a217329Copy full SHA for a217329
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.12.1 - 2024-03-19
4
+### Changes
5
+* :arrow_up: update libraries for Java 21
6
+
7
+### Fixes
8
+* :bug: fix HTML in docs
9
10
11
## v4.12.0 - 2024-03-18
12
### Changes
13
* :sparkles: update Invoice to v4.5
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.12.0</version>
+ <version>4.12.1</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