We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1afe296 + 7f5ce7e commit 0016306Copy full SHA for 0016306
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [6.4.17]
7
+
8
+### Changed
9
10
+- IterableTaskRunner’s stop function now to set `running` variable as `false`
11
12
## [6.4.16]
13
14
### Added
swift-sdk/IterableAPI.swift
@@ -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? {
0 commit comments