diff --git a/CHANGELOG.md b/CHANGELOG.md index a187353..d9f5270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 37cb1ef..4b6e2d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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")) } diff --git a/ios/Clickstream b/ios/Clickstream index 3fd0573..93f8624 160000 --- a/ios/Clickstream +++ b/ios/Clickstream @@ -1 +1 @@ -Subproject commit 3fd05730311702b82eaf5108b60f73a400667901 +Subproject commit 93f8624d46df117cccbfa5a2fa76c384c8da0f71