We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a213232 commit 4d49492Copy full SHA for 4d49492
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
3
+## v3.4.0 - 2023-05-02
4
+### Changes
5
+* :memo: make code samples easier to read
6
+* :sparkles: add support for FR bank account details
7
+* :sparkles: Allow passing an URL to parse
8
+
9
10
## v3.3.0 - 2023-04-19
11
### Changes
12
* :recycle: :bug: rework CLI, fix minor bugs along the way
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+ <version>3.4.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