We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4fe03 commit ed6c8e6Copy full SHA for ed6c8e6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.8.0 - 2023-12-29
4
+### Changes
5
+* :sparkles: add better support for custom value list fields
6
+
7
## v4.7.0 - 2023-12-28
8
### Changes
9
* :sparkles: add ability to extract images from position data
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.7.0</version>
+ <version>4.8.0</version>
<modelVersion>4.0.0</modelVersion>
10
<name>Mindee Java Helper Library</name>
11
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments