File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 6.0.8] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.8 )
6
+ #### Fixed
7
+ - set preferUserId to true when using updateUser using userId
8
+
5
9
## [ 6.0.8] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.8 )
6
10
#### Fixed
7
11
- Carthage support with Xcode 10.2
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.8 "
20
+ s . version = "6.0.9 "
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.8 "
20
+ s . version = "6.0.9 "
21
21
s . summary = "Iterable's official SDK for iOS"
22
22
23
23
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Foundation
12
12
@objcMembers
13
13
public final class IterableAPI : NSObject {
14
14
// Current SDK Version.
15
- static let sdkVersion = " 6.0.8 "
15
+ static let sdkVersion = " 6.0.9 "
16
16
17
17
// MARK: Initialization
18
18
/// You should call this method and not call the init method directly.
You can’t perform that action at this time.
0 commit comments