We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a3fd commit 2f9e9b7Copy full SHA for 2f9e9b7
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Java API Library Changelog
2
3
+## v3.3.0 - 2023-04-19
4
+### Changes
5
+* :recycle: :bug: rework CLI, fix minor bugs along the way
6
+* :art: use full java classes in sample code
7
+* :art: ensure checkstyle enforces rules
8
+* :sparkles: changed MindeeApi implementation to allow custom httpclientbuilders
9
+
10
11
## v3.2.1 - 2023-03-28
12
### Changes
13
* :arrow_up: update httpClient and picocli
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>3.2.1</version>
+ <version>3.3.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