Skip to content

Commit 14de099

Browse files
committed
Merge pull request #402 from fluke777/master
Release 0.6.14
2 parents a7cef83 + 92029c1 commit 14de099

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.6.14
4+
5+
- Project update from blueprint does not fail when MAQL chunks are empty.
6+
- You can call migrate_datasets with dry_run to obtain MAQL chunks.
7+
- Fix of title generation in blueprint from wire.
8+
39
## 0.6.13
410

511
- Fixed TT problems

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.13'
5+
VERSION = '0.6.14'
66

77
class << self
88
# Version

0 commit comments

Comments
 (0)