Skip to content

Commit

Permalink
Release SDK version 6.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Mar 29, 2019
1 parent 819af41 commit ba37825
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
31 changes: 22 additions & 9 deletions CHANGELOG.md
Expand Up @@ -2,18 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
#### Added
- nothing yet

#### Removed
- nothing yet
## [6.0.7](https://github.com/Iterable/swift-sdk/releases/tag/6.0.7)
#### Fixed
- XCode 10.2 Warnings
- URL Query parameters encoding bug

#### Changed
- nothing yet
## [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
- nothing yet
- Carthage support

## [6.0.4](https://github.com/Iterable/swift-sdk/releases/tag/6.0.4)
#### Added
Expand Down Expand Up @@ -47,3 +47,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- Fixed issue that affects clients who are upgrading from Objective C Iterable SDK to Swift SDK. If you have attribution info stored in the previous Objective C SDK, it was not being deserialized in Swift SDK.

## [Unreleased]
#### Added
- nothing yet

#### Removed
- nothing yet

#### Changed
- nothing yet

#### Fixed
- nothing yet

2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-AppExtensions"
s.module_name = "IterableAppExtensions"
s.version = "6.0.6"
s.version = "6.0.7"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-SDK.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.0.6"
s.version = "6.0.7"
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 @@ -12,7 +12,7 @@ import Foundation
@objcMembers
public final class IterableAPI : NSObject {
// Current SDK Version.
static let sdkVersion = "6.0.6"
static let sdkVersion = "6.0.7"

// MARK: Initialization
/// You should call this method and not call the init method directly.
Expand Down

0 comments on commit ba37825

Please sign in to comment.