Skip to content

Commit f0f8304

Browse files
Release version 6.0.1
1 parent b0ab93f commit f0f8304

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [Unreleased]
6+
#### Added
7+
- nothing yet
8+
9+
#### Removed
10+
- nothing yet
11+
12+
#### Changed
13+
- nothing yet
14+
15+
#### Fixed
16+
- nothing yet
17+
18+
## [6.0.1](https://github.com/Iterable/swift-sdk/releases/tag/6.0.1)
19+
20+
#### Fixed
21+
- 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.
22+

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.0"
20+
s.version = "6.0.1"
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.0"
20+
s.version = "6.0.1"
2121
s.summary = "Iterable's official SDK for iOS"
2222

2323
s.description = <<-DESC

0 commit comments

Comments
 (0)