Skip to content

Commit 79e643f

Browse files
authored
🔖 version 4.9.0 (#144)
1 parent 9d3b2c7 commit 79e643f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
# Mindee Java API Library Changelog
22

3+
## v4.9.0 - 2024-01-09
4+
### Changes
5+
* :sparkles: add PDF to images feature
6+
* :sparkles: add ability to extract sub-images from PDFs
7+
8+
39
## v4.8.1 - 2023-12-29
410
### Changes
511
* :memo: updates and fixes to documentation
612

13+
714
## v4.8.0 - 2023-12-29
815
### Changes
916
* :sparkles: add better support for custom value list fields
1017

18+
1119
## v4.7.0 - 2023-12-28
1220
### Changes
1321
* :sparkles: add ability to extract images from position data
1422
* :sparkles: allow passing a string path to new `LocalInputSource`
1523

24+
1625
## v4.6.0 - 2023-12-22
1726
### Changes
1827
* :recycle: change async timers & retry values

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.8.1</version>
8+
<version>4.9.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)