We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae7901 commit bdf5c8cCopy full SHA for bdf5c8c
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.15.0 - 2024-05-23
4
+### Changes
5
+* :sparkles: add boolean field support
6
+* :sparkles: allow converting between bboxes and polygons
7
+* :sparkles: allow sending multiple anchors when building line items
8
+
9
10
## v4.14.0 - 2024-05-16
11
### Changes
12
* :sparkles: update financial document to v1.7 and receipt to v5.2
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.14.0</version>
+ <version>4.15.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