Skip to content

Commit

Permalink
chore(release): 8.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.6.0](v8.5.0...v8.6.0) (2024-10-30)

### Features

* Update CleverTap to Latest ([#19](#19)) ([4019226](4019226))
  • Loading branch information
mparticle-automation committed Oct 30, 2024
1 parent 4019226 commit aa8db28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.6.0](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/compare/v8.5.0...v8.6.0) (2024-10-30)


### Features

* Update CleverTap to Latest ([#19](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/issues/19)) ([4019226](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/commit/40192263897e14ffae0d5aa5564dadb516c13298))

# [8.5.0](https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap/compare/v8.4.0...v8.5.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion mParticle-CleverTap.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-CleverTap"
s.version = "8.5.0"
s.version = "8.6.0"
s.summary = "CleverTap integration for mParticle"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-CleverTap/MPKitCleverTap.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
NSString *const kCTTransactionID = @"Transaction Id";
NSString *const kCTChargedID = @"Charged ID";
NSString *const kLibName = @"mParticle-iOS";
NSString *const kLibVersion = @"8.5.0";
NSString *const kLibVersion = @"8.6.0";

@implementation MPKitCleverTap

Expand Down

0 comments on commit aa8db28

Please sign in to comment.