From 53040c77617a2acc5d9a7b69cf5bbbf36f94ad4b Mon Sep 17 00:00:00 2001 From: David Date: Mon, 29 Jan 2024 15:10:39 -0800 Subject: [PATCH] Release 17.7.3 (#2935) * Update CHANGELOG * Update version to 17.7.3 * Update CHANGELOG --------- Co-authored-by: crow --- Airship.podspec | 2 +- Airship/AirshipConfig.xcconfig | 2 +- Airship/AirshipCore/Source/AirshipVersion.swift | 2 +- AirshipContentExtension.podspec | 2 +- AirshipDebug.podspec | 2 +- AirshipServiceExtension.podspec | 2 +- CHANGELOG.md | 6 ++++++ 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Airship.podspec b/Airship.podspec index 805b84a2a..3725ac25b 100644 --- a/Airship.podspec +++ b/Airship.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="17.7.2" +AIRSHIP_VERSION="17.7.3" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/Airship/AirshipConfig.xcconfig b/Airship/AirshipConfig.xcconfig index 3352c67c6..7fc2548d2 100644 --- a/Airship/AirshipConfig.xcconfig +++ b/Airship/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ //* Copyright Airship and Contributors */ -CURRENT_PROJECT_VERSION = 17.7.2 +CURRENT_PROJECT_VERSION = 17.7.3 // Uncomment to include the preview build warning // OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1 diff --git a/Airship/AirshipCore/Source/AirshipVersion.swift b/Airship/AirshipCore/Source/AirshipVersion.swift index d2ba1c3cd..5022bf5b3 100644 --- a/Airship/AirshipCore/Source/AirshipVersion.swift +++ b/Airship/AirshipCore/Source/AirshipVersion.swift @@ -4,7 +4,7 @@ import Foundation @objc(UAirshipVersion) public class AirshipVersion: NSObject { - public static let version = "17.7.2" + public static let version = "17.7.3" @objc public class func get() -> String { diff --git a/AirshipContentExtension.podspec b/AirshipContentExtension.podspec index 5f49d29a0..d5e341b38 100644 --- a/AirshipContentExtension.podspec +++ b/AirshipContentExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="17.7.2" +AIRSHIP_VERSION="17.7.3" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipDebug.podspec b/AirshipDebug.podspec index b1cbb122c..9ae294cd3 100644 --- a/AirshipDebug.podspec +++ b/AirshipDebug.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="17.7.2" +AIRSHIP_VERSION="17.7.3" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipServiceExtension.podspec b/AirshipServiceExtension.podspec index 28870a255..23b614e45 100644 --- a/AirshipServiceExtension.podspec +++ b/AirshipServiceExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="17.7.2" +AIRSHIP_VERSION="17.7.3" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc3eafdb..3d546324a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ [Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration) +## Version 17.7.3, Jan 29, 2024 +Patch release that fixes an issue with message limits not being respected in certain cases. + +### Changes +- Fixed message limits not being respected in certain cases. + ## Version 17.7.2 January 24, 2023 Patch release improving SDK stability and a fix for core-data warnings with Xcode 15.