Skip to content

Commit 51d4477

Browse files
committed
🔖 version 4.16.0
1 parent b1d3b01 commit 51d4477

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Mindee Java API Library Changelog
22

3+
## v4.16.0 - 2024-05-27
4+
### Changes
5+
* :sparkles: add isEmpty() method to field classes
6+
* :recycle: allow easier sub-classing of inferences
7+
* :recycle: add public constructors to feature classes
8+
9+
310
## v4.15.0 - 2024-05-23
411
### Changes
512
* :sparkles: add boolean field support

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.mindee.sdk</groupId>
77
<artifactId>mindee-api-java</artifactId>
8-
<version>4.15.0</version>
8+
<version>4.16.0</version>
99
<modelVersion>4.0.0</modelVersion>
1010
<name>Mindee Java Helper Library</name>
1111
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>

0 commit comments

Comments
 (0)