Skip to content

Commit 6e5296d

Browse files
zhu-xiaoweizhu-xiaowei
and
zhu-xiaowei
authored
fix: crash when converting invalid JSON object on Swift SDK (#12)
Co-authored-by: zhu-xiaowei <[email protected]>
1 parent e9e2110 commit 6e5296d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.2
2+
3+
* fix: crash when converting invalid JSON object on Swift SDK
4+
5+
## 0.4.1
6+
7+
* fix: the issue when initialize SDK without global attribute
8+
19
## 0.4.0
210

311
* feat: add preset traffic source attributes

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
dependencies {
5353
testImplementation 'org.jetbrains.kotlin:kotlin-test'
5454
testImplementation 'org.mockito:mockito-core:5.0.0'
55-
implementation 'software.aws.solution:clickstream:0.12.0'
55+
implementation 'software.aws.solution:clickstream:0.13.0'
5656
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
5757
}
5858

ios/Clickstream

0 commit comments

Comments
 (0)