Skip to content

Commit 8379af4

Browse files
author
Javier Alperte
committed
Release 1.4.1 closed for bug fixing
1 parent d4e6f77 commit 8379af4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes in the BigML.io Java bindings
22

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+
39
## 1.4 version
410

511
### New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following dependency to your project's pom.xml file:
2828
<dependency>
2929
<groupId>org.bigml</groupId>
3030
<artifactId>bigml-binding</artifactId>
31-
<version>1.4</version>
31+
<version>1.4.1</version>
3232
</dependency>
3333

3434
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

Comments
 (0)