Skip to content

Commit 7f5ce7e

Browse files
committed
changelog and bump IterableAPI to v6.4.17
1 parent 1afe296 commit 7f5ce7e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [6.4.17]
7+
8+
### Changed
9+
10+
- IterableTaskRunner’s stop function now to set `running` variable as `false`
11+
612
## [6.4.16]
713

814
### Added

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import UIKit
77

88
@objcMembers public final class IterableAPI: NSObject {
99
/// The current SDK version
10-
public static let sdkVersion = "6.4.16"
10+
public static let sdkVersion = "6.4.17"
1111

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

0 commit comments

Comments
 (0)