diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2d595..997777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.5.0](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/compare/v8.4.0...v8.5.0) (2024-05-07) + + +### Features + +* Improve Privacy Manifest support for iOS 17 ([#17](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/issues/17)) ([6e96ce9](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/commit/6e96ce922772a3fca078c83f0ed1906559934ea0)) + # [8.4.0](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/compare/v8.3.0...v8.4.0) (2024-04-10) diff --git a/mParticle-CleverTap.podspec b/mParticle-CleverTap.podspec index f4378b4..85f2c69 100644 --- a/mParticle-CleverTap.podspec +++ b/mParticle-CleverTap.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-CleverTap" - s.version = "8.4.0" + s.version = "8.5.0" s.summary = "CleverTap integration for mParticle" s.description = <<-DESC diff --git a/mParticle-CleverTap/MPKitCleverTap.m b/mParticle-CleverTap/MPKitCleverTap.m index 732fbf8..38e3de2 100644 --- a/mParticle-CleverTap/MPKitCleverTap.m +++ b/mParticle-CleverTap/MPKitCleverTap.m @@ -14,7 +14,7 @@ NSString *const kCTTransactionID = @"Transaction Id"; NSString *const kCTChargedID = @"Charged ID"; NSString *const kLibName = @"mParticle-iOS"; -NSString *const kLibVersion = @"8.4.0"; +NSString *const kLibVersion = @"8.5.0"; @implementation MPKitCleverTap