From 46bda240be933ac60c88e20476e506e9350a5427 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2024 15:22:41 +0000 Subject: [PATCH] chore: prepare for 2.13.2 ## [2.13.2](https://github.com/customerio/customerio-ios/compare/2.13.1...2.13.2) (2024-06-21) ### Bug Fixes * differentiate every push event handler installed in app ([#743](https://github.com/customerio/customerio-ios/issues/743)) ([c3573fc](https://github.com/customerio/customerio-ios/commit/c3573fcc79b7dc540805e51e55aadc2f5e7d452b)) --- CHANGELOG.md | 6 ++++++ CustomerIO.podspec | 2 +- CustomerIOCommon.podspec | 2 +- CustomerIOMessagingInApp.podspec | 2 +- CustomerIOMessagingPush.podspec | 2 +- CustomerIOMessagingPushAPN.podspec | 2 +- CustomerIOMessagingPushFCM.podspec | 2 +- CustomerIOTracking.podspec | 2 +- Sources/Common/Version.swift | 2 +- 9 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29e95440..b9cdca91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.13.2](https://github.com/customerio/customerio-ios/compare/2.13.1...2.13.2) (2024-06-21) + +### Bug Fixes + +* differentiate every push event handler installed in app ([#743](https://github.com/customerio/customerio-ios/issues/743)) ([c3573fc](https://github.com/customerio/customerio-ios/commit/c3573fcc79b7dc540805e51e55aadc2f5e7d452b)) + ## [2.13.1](https://github.com/customerio/customerio-ios/compare/2.13.0...2.13.1) (2024-06-12) ### Bug Fixes diff --git a/CustomerIO.podspec b/CustomerIO.podspec index 7e8fd9960..9935119e5 100644 --- a/CustomerIO.podspec +++ b/CustomerIO.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "CustomerIO" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOCommon.podspec b/CustomerIOCommon.podspec index 26fac28ca..5cabe1c05 100644 --- a/CustomerIOCommon.podspec +++ b/CustomerIOCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOCommon" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingInApp.podspec b/CustomerIOMessagingInApp.podspec index 057b9d97f..ef06e811e 100644 --- a/CustomerIOMessagingInApp.podspec +++ b/CustomerIOMessagingInApp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingInApp" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPush.podspec b/CustomerIOMessagingPush.podspec index 7c5bb1da4..45314d994 100644 --- a/CustomerIOMessagingPush.podspec +++ b/CustomerIOMessagingPush.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPush" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushAPN.podspec b/CustomerIOMessagingPushAPN.podspec index 2142a076b..1b09cba96 100644 --- a/CustomerIOMessagingPushAPN.podspec +++ b/CustomerIOMessagingPushAPN.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushAPN" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushFCM.podspec b/CustomerIOMessagingPushFCM.podspec index 00795d963..f1bbf374a 100644 --- a/CustomerIOMessagingPushFCM.podspec +++ b/CustomerIOMessagingPushFCM.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushFCM" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOTracking.podspec b/CustomerIOTracking.podspec index 412df1e77..28d72f3da 100644 --- a/CustomerIOTracking.podspec +++ b/CustomerIOTracking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOTracking" - spec.version = "2.13.1" # Don't modify this line - it's automatically updated + spec.version = "2.13.2" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/Sources/Common/Version.swift b/Sources/Common/Version.swift index a5a75a49a..9e3b157c3 100644 --- a/Sources/Common/Version.swift +++ b/Sources/Common/Version.swift @@ -6,5 +6,5 @@ import Foundation Keep this file as small as possible to make the automated updating script stable and easy to use. */ public enum SdkVersion { - public static let version: String = "2.13.1" + public static let version: String = "2.13.2" }