Skip to content

Commit

Permalink
Release version 6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed May 29, 2019
1 parent 0573e3e commit 422e744
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
#### Fixed
- set preferUserId to true when using updateUser using userId

## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
#### Fixed
- Carthage support with Xcode 10.2
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

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

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

s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.0.8"
s.version = "6.0.9"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
@objcMembers
public final class IterableAPI : NSObject {
// Current SDK Version.
static let sdkVersion = "6.0.8"
static let sdkVersion = "6.0.9"

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

0 comments on commit 422e744

Please sign in to comment.