Skip to content

Commit

Permalink
Change version from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosimbiose committed May 17, 2017
1 parent cc0815a commit 22eb05a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log

## [2.0.0]
### Updated
- Update `existsEntity` to receive `table` as parameter
- Update API errors code
- Rename SlicingDice API endpoints

## [1.0.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SlicingDice Official Java Client (v1.0)
# SlicingDice Official Java Client (v2.0.0)
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-java.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-java)

Official Java client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.
Expand Down Expand Up @@ -69,7 +69,7 @@ from which to download the package and the second one sets the package itself.
<dependency>
<groupId>com.slicingdice</groupId>
<artifactId>jslicer</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.slicingdice</groupId>
<artifactId>jslicer</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>

<name>jslicer</name>
<url>http://www.slicingdice.com</url>
Expand Down

0 comments on commit 22eb05a

Please sign in to comment.