diff --git a/CHANGELOG.md b/CHANGELOG.md index a461b165a..1f80b97b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,23 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). - URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions. - For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message. -## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8) #### Fixed - Carthage support with Xcode 10.2 - -## [6.0.7](https://github.com/Iterable/swift-sdk/releases/tag/6.0.7) -#### Fixed - XCode 10.2 Warnings - URL Query parameters encoding bug -## [6.0.6](https://github.com/Iterable/swift-sdk/releases/tag/6.0.6) -#### Added -- Update to Swift 4.2 - -## [6.0.5](https://github.com/Iterable/swift-sdk/releases/tag/6.0.5) -#### Fixed -- Carthage support - ## 6.1.0-beta1 #### Added - We have improved the in-app messaging implementation significantly. diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 91d2c32e9..83281ce0d 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-AppExtensions" s.module_name = "IterableAppExtensions" - s.version = "6.1.0-beta1" + s.version = "6.1.0-beta2" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 354a27919..643d41606 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-SDK" s.module_name = "IterableSDK" - s.version = "6.1.0-beta1" + s.version = "6.1.0-beta2" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/swift-sdk/IterableAPI.swift b/swift-sdk/IterableAPI.swift index 0af5a06ec..7ecd02a57 100644 --- a/swift-sdk/IterableAPI.swift +++ b/swift-sdk/IterableAPI.swift @@ -12,7 +12,7 @@ import Foundation @objcMembers public final class IterableAPI : NSObject { // Current SDK Version. - static let sdkVersion = "6.1.0-beta1" + static let sdkVersion = "6.1.0-beta2" // MARK: Initialization /// You should call this method and not call the init method directly.