We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 801b415 + 2ea6d41 commit a06af70Copy full SHA for a06af70
2 files changed
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# GoodData Ruby SDK Changelog
2
+## 1.0.2
3
+ - TMA-775: smart attribute polling
4
+ - TMA-809: Fix new visualization object in bricks
5
+ - TMA-809: new visualizationObject in replace_from_mapping
6
+ - TMA-690 && TMA-633 tests now verify that synchronize users action fails when supplied with unsupported sync_mode param
7
+ - deprecations.txt is in .gitignore file
8
+ - TMA-691 colect data product action has human readable output
9
+ - TMA-732: fix edge cases for user input sanitized MUFs
10
+
11
## 1.0.1
12
- Bump version to 1.0.1
13
- TMA-776: Improve error handling of sync clients
lib/gooddata/version.rb
@@ -6,7 +6,7 @@
# GoodData Module
module GoodData
- VERSION = '1.0.1'
+ VERSION = '1.0.2'
class << self
# Version
0 commit comments