Skip to content

Commit 15ea820

Browse files
committed
Update release notes for version 2.0.3
1 parent 6d9aa5d commit 15ea820

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.3]
4+
### Updated
5+
- Change SQL endpoint from `/query/sql` to `sql`
6+
- Improve client tests
7+
38
## [2.0.2]
49
### Updated
510
- Correct data extraction validator to accept columns: all

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official Java Client (v2.0.2)
1+
# SlicingDice Official Java Client (v2.0.3)
22

33
Official Java client for [SlicingDice - Data Warehouse and Analytics Database as a Service](http://www.slicingdice.com/).
44

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.2</version>
7+
<version>2.0.3</version>
88

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

0 commit comments

Comments
 (0)