Skip to content

Commit 765a405

Browse files
chore: Release v9.1.0 (#764)
chore: (release) 9.1.0 Updates version to 9.1.0 across the mParticle ecosystem.
1 parent ef97149 commit 765a405

37 files changed

Lines changed: 64 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,32 @@ For each release, **Core** (main SDK) changes are listed first, followed by **Ki
3333

3434
- Pass through `handleURLCallback:` to `Rokt.handleURLCallback(with:)` on the Rokt SDK.
3535

36+
## [9.1.0] - 2026-05-04
37+
38+
### Core
39+
40+
#### Added
41+
42+
- Simplify collection of email and mobile sha256 ([#756](https://github.com/mParticle/mparticle-apple-sdk/pull/756))
43+
44+
#### Fixed
45+
46+
- Map mobileSha256 to MPIdentityOther2 instead of MPIdentityOther ([#761](https://github.com/mParticle/mparticle-apple-sdk/pull/761))
47+
48+
### Kits
49+
50+
#### Adobe
51+
52+
##### Fixed
53+
54+
- Add startup logging for OneTrust and Adobe kits ([#762](https://github.com/mParticle/mparticle-apple-sdk/pull/762))
55+
56+
#### Rokt
57+
58+
##### Added
59+
60+
- Adopt Rokt SDK 5.1.0 and add MPRokt.handleURLCallback ([#759](https://github.com/mParticle/mparticle-apple-sdk/pull/759))
61+
3662
## [9.0.1] - 2026-04-22
3763

3864
### Core
@@ -2300,6 +2326,7 @@ This release updates MPIdentityApiRequest by removing the copyUserAttributes set
23002326
- Added support to the new iOS 9 application:openURL:options: app delegate method
23012327
- Fixed a bug migrating data when the database structure changes
23022328

2303-
[unreleased]: https://github.com/mParticle/mparticle-apple-sdk/compare/v9.0.1...HEAD
2329+
[unreleased]: https://github.com/mParticle/mparticle-apple-sdk/compare/v9.1.0...HEAD
2330+
[9.1.0]: https://github.com/mParticle/mparticle-apple-sdk/compare/v9.0.1...v9.1.0
23042331
[9.0.1]: https://github.com/mParticle/mparticle-apple-sdk/compare/v9.0.0...v9.0.1
23052332
[9.0.0]: https://github.com/mParticle/mparticle-apple-sdk/compare/v8.44.4...v9.0.0

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>9.0.1</string>
18+
<string>9.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Kits/adjust/adjust-5/mParticle-Adjust-5.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Adjust-5"
33
s.module_name = 'mParticle_Adjust'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Adjust integration for mParticle"
66
s.description = <<-DESC
77
This is the Adjust integration for mParticle.

Kits/adobe/adobe-5/mParticle-Adobe-5.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Adobe-5"
33
s.module_name = 'mParticle_Adobe'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Adobe integration for mParticle"
66
s.description = <<-DESC
77
This is the Adobe integration for mParticle.

Kits/appsflyer/appsflyer-6/mParticle-AppsFlyer-6.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-AppsFlyer-6"
33
s.module_name = 'mParticle_AppsFlyer'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "AppsFlyer integration for mParticle"
66
s.description = <<-DESC
77
This is the AppsFlyer integration for mParticle.

Kits/apptentive/apptentive-6/mParticle-Apptentive-6.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apptentive-6"
33
s.module_name = 'mParticle_Apptentive'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Apptentive integration for mParticle"
66
s.description = <<-DESC
77
This is the Apptentive integration for mParticle.

Kits/apptimize/apptimize-3/mParticle-Apptimize-3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apptimize-3"
33
s.module_name = 'mParticle_Apptimize'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Apptimize integration for mParticle"
66
s.description = <<-DESC
77
This is the Apptimize integration for mParticle.

Kits/branchmetrics/branchmetrics-3/Sources/mParticle-BranchMetrics/MPKitBranchMetrics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ - (void)start {
145145
NSString *branchKey = [self.configuration[ekBMAppKey] copy];
146146
self.branchInstance = [Branch getInstance:branchKey];
147147

148-
[self.branchInstance registerPluginName:@"mParticleKit" version:@"9.0.1"];
148+
[self.branchInstance registerPluginName:@"mParticleKit" version:@"9.1.0"];
149149

150150
#pragma clang diagnostic push
151151
#pragma clang diagnostic ignored "-Wundeclared-selector"

Kits/branchmetrics/branchmetrics-3/mParticle-BranchMetrics-3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-BranchMetrics-3"
33
s.module_name = 'mParticle_BranchMetrics'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Branch Metrics integration for mParticle"
66
s.description = <<-DESC
77
This is the Branch Metrics integration for mParticle.

Kits/braze/braze-12/mParticle-Braze-12.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Braze-12"
33
s.module_name = 'mParticle_Braze'
4-
s.version = "9.0.1"
4+
s.version = "9.1.0"
55
s.summary = "Braze integration for mParticle"
66
s.description = <<-DESC
77
This is the Braze integration for mParticle.

0 commit comments

Comments
 (0)