We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e6f77 commit 8379af4Copy full SHA for 8379af4
Changes.md
@@ -1,5 +1,11 @@
1
# Changes in the BigML.io Java bindings
2
3
+## 1.4.1 version
4
+
5
+### Bugs
6
7
+* Fix bug in the constructor of the LocalEnsemble. The JSON path used to access objects was wrong.
8
9
## 1.4 version
10
11
### New Features
README.md
@@ -28,7 +28,7 @@ Add the following dependency to your project's pom.xml file:
28
<dependency>
29
<groupId>org.bigml</groupId>
30
<artifactId>bigml-binding</artifactId>
31
- <version>1.4</version>
+ <version>1.4.1</version>
32
</dependency>
33
34
Add the following lines to your project's pom.xml file if you want to use the SNAPSHOT versions of the library:
0 commit comments