Skip to content

Commit a06af70

Browse files
authored
Merge pull request #1119 from Hahihula/develop
Bump version to 1.0.2
2 parents 801b415 + 2ea6d41 commit a06af70

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
211
## 1.0.1
312
- Bump version to 1.0.1
413
- TMA-776: Improve error handling of sync clients

lib/gooddata/version.rb

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

77
# GoodData Module
88
module GoodData
9-
VERSION = '1.0.1'
9+
VERSION = '1.0.2'
1010

1111
class << self
1212
# Version

0 commit comments

Comments
 (0)