We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c2cc7 commit 3e8a837Copy full SHA for 3e8a837
documentation/changelog.md
@@ -5,6 +5,9 @@
5
# Change log Breinify Java Api
6
This document contains a chronologically ordered list of changes for the Java Api library.
7
8
+# Version 2.1.4
9
+* Added singleton method to `BreinEngine` to reflect the singleton structure of the class.
10
+
11
# Version 2.1.3
12
* Additional constructor for `RecommendedItem`
13
pom-central.xml
@@ -5,7 +5,7 @@
<groupId>com.breinify</groupId>
<artifactId>brein-api-library-java</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4</version>
<name>brein-api-library-java</name>
<description>Brein API Library Java</description>
0 commit comments