diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e973467f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log +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 + +#### Changed +- nothing yet + +#### Fixed +- nothing yet + +## [6.0.1](https://github.com/Iterable/swift-sdk/releases/tag/6.0.1) + +#### 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. + diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 0f0c68eef..0b6c7ba34 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.0.0" + s.version = "6.0.1" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index ebe27ba29..e51bb09aa 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.0.0" + s.version = "6.0.1" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC