From b57c7f5ed225f09cb54db77a1d4e159830182916 Mon Sep 17 00:00:00 2001 From: Evan Takeo Kanaiaupuni Greer <56953678+evantk91@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:06:19 -0700 Subject: [PATCH] [MOB-10605] prepares version 6.5.9 release (#885) Co-authored-by: Evan Greer Co-authored-by: Sumeru Chatterjee --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/e2e.yml | 2 +- CHANGELOG.md | 8 ++++++++ Iterable-iOS-AppExtensions.podspec | 2 +- Iterable-iOS-SDK.podspec | 2 +- swift-sdk/SDK/IterableAPI.swift | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c11c66ec8..f7e228e1a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -4,7 +4,7 @@ on: pull_request jobs: run-tests-job: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d01a60bc9..dbf755e46 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -4,7 +4,7 @@ on: pull_request jobs: run-e2e-job: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1742e54ac..267cd4c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [6.5.9] +### Added +- Support for JSON-only in-app messages, JSON-only messages are now handled by the onNewInApp handler and consumed after retrieval +- Enhanced notification state tracking to align with system notification permissions changes + +### Changed +- reorganized files and updated documentation url in podspec + ## [6.5.8] ### Fixed - Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app. diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 397a180da..c6478f523 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-AppExtensions" s.module_name = "IterableAppExtensions" - s.version = "6.5.8" + s.version = "6.5.9" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 085d2d165..758406cc1 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-SDK" s.module_name = "IterableSDK" - s.version = "6.5.8" + s.version = "6.5.9" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/swift-sdk/SDK/IterableAPI.swift b/swift-sdk/SDK/IterableAPI.swift index c8606654d..5dbcbd345 100644 --- a/swift-sdk/SDK/IterableAPI.swift +++ b/swift-sdk/SDK/IterableAPI.swift @@ -7,7 +7,7 @@ import UIKit @objcMembers public final class IterableAPI: NSObject { /// The current SDK version - public static let sdkVersion = "6.5.8" + public static let sdkVersion = "6.5.9" /// The email of the logged in user that this IterableAPI is using public static var email: String? {