From fe5d83773106d1aeee0bccf31749b4807d420e45 Mon Sep 17 00:00:00 2001 From: Tapash Majumder Date: Tue, 20 Oct 2020 23:45:43 +0530 Subject: [PATCH] Release new version. --- CHANGELOG.md | 8 +++++++- Iterable-iOS-AppExtensions.podspec | 2 +- Iterable-iOS-SDK.podspec | 2 +- swift-sdk/IterableAPI.swift | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99be4f95e..56b4fbece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 6.2.12 +## 6.2.13 +#### Fixed +- Make `IterablePushNotificationMetadata` struct public. +- Optimize auth token refresh. +- Use `systemBackground` color for iOS 14. + + ## 6.2.12 #### Added - Added authentication support diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 4514def8f..b916320e4 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.12" + s.version = "6.2.13" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 984b97895..cfe5080a0 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.12" + s.version = "6.2.13" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/swift-sdk/IterableAPI.swift b/swift-sdk/IterableAPI.swift index d9f800218..ae6094530 100644 --- a/swift-sdk/IterableAPI.swift +++ b/swift-sdk/IterableAPI.swift @@ -9,7 +9,7 @@ import UIKit @objcMembers public final class IterableAPI: NSObject { /// The current SDK version - public static let sdkVersion = "6.2.12" + public static let sdkVersion = "6.2.13" /// The email of the logged in user that this IterableAPI is using public static var email: String? {