Skip to content

Commit 04101b9

Browse files
Release version 6.2.20
1 parent 713ae9d commit 04101b9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.2.20
6+
#### Added
7+
- Added callback to initialize method needed for React Native. This change should have no effect for iOS SDK.
8+
59
## 6.2.19
610
#### Added
711
- When using the inbox feature in popup mode, the method of modal transition can now be specified through `popupModalPresentationStyle`

Iterable-iOS-AppExtensions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-AppExtensions"
33
s.module_name = "IterableAppExtensions"
4-
s.version = "6.2.19"
4+
s.version = "6.2.20"
55
s.summary = "App Extensions for Iterable SDK"
66

77
s.description = <<-DESC

Iterable-iOS-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-SDK"
33
s.module_name = "IterableSDK"
4-
s.version = "6.2.19"
4+
s.version = "6.2.20"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

swift-sdk/IterableAPI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010
@objcMembers
1111
public final class IterableAPI: NSObject {
1212
/// The current SDK version
13-
public static let sdkVersion = "6.2.19"
13+
public static let sdkVersion = "6.2.20"
1414

1515
/// The email of the logged in user that this IterableAPI is using
1616
public static var email: String? {

0 commit comments

Comments
 (0)