Skip to content

Commit edf7c86

Browse files
committed
Merge pull request #400 from fluke777/master
Release merge
2 parents dd804f3 + 7866be1 commit edf7c86

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# GoodData Ruby SDK Changelog
22

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+
312
## 0.6.12
413

514
- Ability to create a Data Warehouse (ADS)

lib/gooddata/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GoodData Module
44
module GoodData
5-
VERSION = '0.6.12'
5+
VERSION = '0.6.13'
66

77
class << self
88
# Version

0 commit comments

Comments
 (0)