Skip to content

Commit

Permalink
fix: crash when converting invalid JSON object on Swift SDK (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: zhu-xiaowei <[email protected]>
  • Loading branch information
zhu-xiaowei and zhu-xiaowei authored Jun 12, 2024
1 parent e9e2110 commit 6e5296d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.2

* fix: crash when converting invalid JSON object on Swift SDK

## 0.4.1

* fix: the issue when initialize SDK without global attribute

## 0.4.0

* feat: add preset traffic source attributes
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
implementation 'software.aws.solution:clickstream:0.12.0'
implementation 'software.aws.solution:clickstream:0.13.0'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
}

Expand Down

0 comments on commit 6e5296d

Please sign in to comment.