Skip to content

Commit 9406c4c

Browse files
committed
🔖 Version 4.26.0
1 parent 5fb6720 commit 9406c4c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/push-main-branch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
release:
1919
uses: mindee/client-lib-actions/.github/workflows/create-release.yml@main
2020
needs: tag
21+
secrets: inherit

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mindee Java Client Library Changelog
22

3+
## v4.26.0 - 2025-03-28
4+
### Changes
5+
* :recycle: minor internal cleanup
6+
* :coffin: deprecate LicensePlate, ProofOfAddress, ReceiptV4, US W9, EU Driver License & US Driver License
7+
8+
39
## v4.25.0 - 2025-03-21
410
### Fixes
511
* :bug: harmonize OS names across clients

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.25.0</version>
8+
<version>4.26.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)