Skip to content

Commit 2c1e9e7

Browse files
authored
🔖 version 4.5.0 (#134)
1 parent e29c116 commit 2c1e9e7

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.5.0 - 2023-11-17
4+
### Changes
5+
* :memo: use delombok to document lombok methods
6+
* :sparkles: add nPages to Document class
7+
* :sparkles: add pageId to custom values
8+
9+
310
## v4.4.1 - 2023-09-25
411
### Changes
512
* :sparkles: add a method to simplify getting the document object

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.4.1</version>
8+
<version>4.5.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)