From e985cbac088df81492935c3dcf587d9b946b8f30 Mon Sep 17 00:00:00 2001 From: Jay Kim Date: Fri, 18 Dec 2020 12:26:34 -0800 Subject: [PATCH] version 6.2.18 --- CHANGELOG.md | 4 ++++ Iterable-iOS-AppExtensions.podspec | 2 +- Iterable-iOS-SDK.podspec | 2 +- swift-sdk/IterableAPI.swift | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdd642d0..437ccce58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.18 +#### Fixed +- Users who were already set to the SDK will now always request a JWT (if enabled) whenever a user is set to the SDK + ## 6.2.17 #### Fixed - Added a call to get in-app messages after a JWT retrieval when setting the user to the Iterable SDK instance diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 642efb2e3..2e1f7c829 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-AppExtensions" s.module_name = "IterableAppExtensions" - s.version = "6.2.17" + s.version = "6.2.18" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 8bee2226d..27f83f29c 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-SDK" s.module_name = "IterableSDK" - s.version = "6.2.17" + s.version = "6.2.18" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/swift-sdk/IterableAPI.swift b/swift-sdk/IterableAPI.swift index 6920fa111..6a96de666 100644 --- a/swift-sdk/IterableAPI.swift +++ b/swift-sdk/IterableAPI.swift @@ -10,7 +10,7 @@ import UIKit @objcMembers public final class IterableAPI: NSObject { /// The current SDK version - public static let sdkVersion = "6.2.17" + public static let sdkVersion = "6.2.18" /// The email of the logged in user that this IterableAPI is using public static var email: String? {