We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79abd8a commit 454ae87Copy full SHA for 454ae87
3 files changed
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Change Log
2
3
+## [2.0.0]
4
### Updated
5
- Update API errors code
6
- Update `exists_entity()` to receive `table` as parameter
7
+- Rename SlicingDice API endpoints
8
9
## [1.0.0]
10
### Added
README.md
@@ -1,4 +1,4 @@
-# SlicingDice Official Ruby Client (v1.0)
+# SlicingDice Official Ruby Client (v2.0.0)
### Build Status: [](https://circleci.com/gh/SlicingDice/slicingdice-ruby)
Official Ruby client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.
lib/rbslicer/version.rb
@@ -1,3 +1,3 @@
module Rbslicer
- VERSION = '1.0.0'.freeze
+ VERSION = '2.0.0'.freeze
end
0 commit comments