Skip to content

Commit 454ae87

Browse files
committed
Update version from 1.0.0 to 2.0.0
1 parent 79abd8a commit 454ae87

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.0.0]
34
### Updated
45
- Update API errors code
56
- Update `exists_entity()` to receive `table` as parameter
7+
- Rename SlicingDice API endpoints
68

79
## [1.0.0]
810
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official Ruby Client (v1.0)
1+
# SlicingDice Official Ruby Client (v2.0.0)
22
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-ruby.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-ruby)
33

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

lib/rbslicer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rbslicer
2-
VERSION = '1.0.0'.freeze
2+
VERSION = '2.0.0'.freeze
33
end

0 commit comments

Comments
 (0)