Skip to content

Commit 5641319

Browse files
authored
🔖 Version 4.33.0 (#266)
1 parent f0123f8 commit 5641319

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Mindee Java Client Library Changelog
22

3+
## v4.33.0 - 2025-08-04
4+
### Changes
5+
* :sparkles: add support for page count & mime type
6+
* :recycle: use builder pattern for page options
7+
### Fixes
8+
* :bug: fix for locations and confidence
9+
10+
311
## v4.33.0-rc4 - 2025-07-25
412
### Changes
513
* :recycle: :boom: use array instead of List for webhook ids

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
<extensions>true</extensions>
140140
<configuration>
141141
<publishingServerId>central</publishingServerId>
142-
<autoPublish>false</autoPublish>
143-
<deploymentName>mindee-${revision}</deploymentName>
142+
<autoPublish>true</autoPublish>
143+
<deploymentName>${revision}</deploymentName>
144144
</configuration>
145145
</plugin>
146146
</plugins>
@@ -383,7 +383,7 @@
383383

384384
<properties>
385385
<!-- MINDEE VERSION GOES HERE -->
386-
<revision>4.33.0-rc4</revision>
386+
<revision>4.33.0</revision>
387387

388388
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
389389
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>

0 commit comments

Comments
 (0)