Skip to content

Commit ba37825

Browse files
Release SDK version 6.0.7.
1 parent 819af41 commit ba37825

File tree

4 files changed

+25
-12
lines changed

4 files changed

+25
-12
lines changed

CHANGELOG.md

+22-9
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
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-
## [Unreleased]
6-
#### Added
7-
- nothing yet
8-
9-
#### Removed
10-
- nothing yet
5+
## [6.0.7](https://github.com/Iterable/swift-sdk/releases/tag/6.0.7)
6+
#### Fixed
7+
- XCode 10.2 Warnings
8+
- URL Query parameters encoding bug
119

12-
#### Changed
13-
- nothing yet
10+
## [6.0.6](https://github.com/Iterable/swift-sdk/releases/tag/6.0.6)
11+
#### Added
12+
- Update to Swift 4.2
1413

14+
## [6.0.5](https://github.com/Iterable/swift-sdk/releases/tag/6.0.5)
1515
#### Fixed
16-
- nothing yet
16+
- Carthage support
1717

1818
## [6.0.4](https://github.com/Iterable/swift-sdk/releases/tag/6.0.4)
1919
#### Added
@@ -47,3 +47,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4747
#### Fixed
4848
- 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.
4949

50+
## [Unreleased]
51+
#### Added
52+
- nothing yet
53+
54+
#### Removed
55+
- nothing yet
56+
57+
#### Changed
58+
- nothing yet
59+
60+
#### Fixed
61+
- nothing yet
62+

Iterable-iOS-AppExtensions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-AppExtensions"
1919
s.module_name = "IterableAppExtensions"
20-
s.version = "6.0.6"
20+
s.version = "6.0.7"
2121
s.summary = "App Extensions for Iterable SDK"
2222

2323
s.description = <<-DESC

Iterable-iOS-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-SDK"
1919
s.module_name = "IterableSDK"
20-
s.version = "6.0.6"
20+
s.version = "6.0.7"
2121
s.summary = "Iterable's official SDK for iOS"
2222

2323
s.description = <<-DESC

swift-sdk/IterableAPI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Foundation
1212
@objcMembers
1313
public final class IterableAPI : NSObject {
1414
// Current SDK Version.
15-
static let sdkVersion = "6.0.6"
15+
static let sdkVersion = "6.0.7"
1616

1717
// MARK: Initialization
1818
/// You should call this method and not call the init method directly.

0 commit comments

Comments
 (0)