We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7cef83 + 92029c1 commit 14de099Copy full SHA for 14de099
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# GoodData Ruby SDK Changelog
2
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
9
## 0.6.13
10
11
- Fixed TT problems
lib/gooddata/version.rb
@@ -2,7 +2,7 @@
# GoodData Module
module GoodData
- VERSION = '0.6.13'
+ VERSION = '0.6.14'
class << self
# Version
0 commit comments