We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29c116 commit 2c1e9e7Copy full SHA for 2c1e9e7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
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
10
## v4.4.1 - 2023-09-25
11
### Changes
12
* :sparkles: add a method to simplify getting the document object
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.4.1</version>
+ <version>4.5.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