From a37a605688133885398d287b970de3e98e52667a Mon Sep 17 00:00:00 2001 From: Tapash Majumder Date: Thu, 29 Nov 2018 14:43:18 -0800 Subject: [PATCH] Version 6.0.4. --- CHANGELOG.md | 19 ++++++++++++++++++- Iterable-iOS-AppExtensions.podspec | 2 +- Iterable-iOS-SDK.podspec | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a55670e..898847163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - nothing yet -## [6.0.2](https://github.com/Iterable/swift-sdk/releases/tag/6.0.1) +## [6.0.4](https://github.com/Iterable/swift-sdk/releases/tag/6.0.4) +#### Added +- More refactoring and tests. + +#### Changed +- Now we do not call createUserForUserId when registering device. This is handled on the server side. + +#### Fixed +- `destinationUrl` was not being returned correctly from the SDK when using custom schemes for inApp messages. + + +## [6.0.3](https://github.com/Iterable/swift-sdk/releases/tag/6.0.3) +#### Added +- Call createUserForUserId when registering a device with userId +- Refactoring and tests. + + +## [6.0.2](https://github.com/Iterable/swift-sdk/releases/tag/6.0.2) #### Added - You can now set `logHandler` in IterableConfig. - Now you don't have to call `IterableAPI.registerToken` on login/logout. diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index e2771ac37..10c27943f 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-AppExtensions" s.module_name = "IterableAppExtensions" - s.version = "6.0.3" + s.version = "6.0.4" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 8c9be1c83..7461d1c2d 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-SDK" s.module_name = "IterableSDK" - s.version = "6.0.3" + s.version = "6.0.4" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC