Skip to content

Commit 8fd8103

Browse files
Update to version 2.0.1
1 parent 698ad59 commit 8fd8103

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.0.1]
4+
### Updated
5+
- Improve exception throwing in case of JSON parsing error.
6+
37
## [2.0.0]
48
### Updated
59
- Update `existsEntity` to receive `table` as parameter

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official Java Client (v2.0.0)
1+
# SlicingDice Official Java Client (v2.0.1)
22
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-java.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-java)
33

44
Official Java client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.
@@ -69,7 +69,7 @@ from which to download the package and the second one sets the package itself.
6969
<dependency>
7070
<groupId>com.slicingdice</groupId>
7171
<artifactId>jslicer</artifactId>
72-
<version>2.0.0</version>
72+
<version>2.0.1</version>
7373
</dependency>
7474
```
7575

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.slicingdice</groupId>
66
<artifactId>jslicer</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1</version>
88

99
<name>jslicer</name>
1010
<url>http://www.slicingdice.com</url>

0 commit comments

Comments
 (0)