File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
#### Fixed
16
16
- nothing yet
17
17
18
- ## [ 6.0.2] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.1 )
18
+ ## [ 6.0.4] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.4 )
19
+ #### Added
20
+ - More refactoring and tests.
21
+
22
+ #### Changed
23
+ - Now we do not call createUserForUserId when registering device. This is handled on the server side.
24
+
25
+ #### Fixed
26
+ - ` destinationUrl ` was not being returned correctly from the SDK when using custom schemes for inApp messages.
27
+
28
+
29
+ ## [ 6.0.3] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.3 )
30
+ #### Added
31
+ - Call createUserForUserId when registering a device with userId
32
+ - Refactoring and tests.
33
+
34
+
35
+ ## [ 6.0.2] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.2 )
19
36
#### Added
20
37
- You can now set ` logHandler ` in IterableConfig.
21
38
- Now you don't have to call ` IterableAPI.registerToken ` on login/logout.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . name = "Iterable-iOS-AppExtensions"
19
19
s . module_name = "IterableAppExtensions"
20
- s . version = "6.0.3 "
20
+ s . version = "6.0.4 "
21
21
s . summary = "App Extensions for Iterable SDK"
22
22
23
23
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . name = "Iterable-iOS-SDK"
19
19
s . module_name = "IterableSDK"
20
- s . version = "6.0.3 "
20
+ s . version = "6.0.4 "
21
21
s . summary = "Iterable's official SDK for iOS"
22
22
23
23
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments