Skip to content

Commit

Permalink
Merge pull request #711 from Iterable/MOB-7488-sdk-i-os-prepare-6-4-1…
Browse files Browse the repository at this point in the history
…7-release

[MOB-7488] changelog and bump IterableAPI to v6.4.17
  • Loading branch information
jyu115 committed Dec 19, 2023
2 parents 1afe296 + 7f5ce7e commit 0016306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.4.17]

### Changed

- IterableTaskRunner’s stop function now to set `running` variable as `false`

## [6.4.16]

### Added
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Expand Up @@ -7,7 +7,7 @@ import UIKit

@objcMembers public final class IterableAPI: NSObject {
/// The current SDK version
public static let sdkVersion = "6.4.16"
public static let sdkVersion = "6.4.17"

/// The email of the logged in user that this IterableAPI is using
public static var email: String? {
Expand Down

0 comments on commit 0016306

Please sign in to comment.