Skip to content

Commit

Permalink
Release patch version 6.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Aug 21, 2020
1 parent 944a761 commit 5868252
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.9
#### Fixed
- In rare instances `regiserDeviceToken` API can cause crash. This should fix it.

## 6.2.8
#### Added
- In-app messages now get "pre-loaded" with a timer (or until the in-app loads) to mitigate seeing the loading of the message
Expand Down
2 changes: 1 addition & 1 deletion 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.8"
s.version = "6.2.9"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion 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.8"
s.version = "6.2.9"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Expand Up @@ -9,7 +9,7 @@ import UIKit

@objcMembers public final class IterableAPI: NSObject {
// Current SDK Version.
public static let sdkVersion = "6.2.8"
public static let sdkVersion = "6.2.9"

// MARK: Initialization

Expand Down

0 comments on commit 5868252

Please sign in to comment.