We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd804f3 + 7866be1 commit edf7c86Copy full SHA for edf7c86
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# GoodData Ruby SDK Changelog
2
3
+## 0.6.13
4
+
5
+- Fixed TT problems
6
+- Fixed process redeployment helpers
7
+- Rubocop compliance with the latest version
8
+- MD datasets are now available
9
+- SSL set to verify none for now. We will make it more secure in next version.
10
+- Changed limit on users pulled from domain. Will change it in the future so there is no fixed limit.
11
12
## 0.6.12
13
14
- Ability to create a Data Warehouse (ADS)
lib/gooddata/version.rb
@@ -2,7 +2,7 @@
# GoodData Module
module GoodData
- VERSION = '0.6.12'
+ VERSION = '0.6.13'
class << self
# Version
0 commit comments