From 7f5ce7e619c6ff2e06c2a8c525a720d7d25e7474 Mon Sep 17 00:00:00 2001 From: jyu115 Date: Tue, 19 Dec 2023 16:53:19 -0500 Subject: [PATCH] changelog and bump IterableAPI to v6.4.17 --- CHANGELOG.md | 6 ++++++ swift-sdk/IterableAPI.swift | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f42ebc..7b9f2cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/swift-sdk/IterableAPI.swift b/swift-sdk/IterableAPI.swift index 1eb2b952..bdd28aae 100644 --- a/swift-sdk/IterableAPI.swift +++ b/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? {