Skip to content

Commit cd3bb9b

Browse files
chore(release): 8.40.0 [skip ci]
# [8.40.0](v8.39.0...v8.40.0) (2025-10-10) ### Features * implement trunk tools ([#429](#429)) ([273bd70](273bd70)), closes [#414](#414) [#417](#417) [#415](#415) [#420](#420)
1 parent 3ade748 commit cd3bb9b

File tree

7 files changed

+136
-128
lines changed

7 files changed

+136
-128
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.40.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.39.0...v8.40.0) (2025-10-10)
2+
3+
4+
### Features
5+
6+
* implement trunk tools ([#429](https://github.com/mParticle/mparticle-apple-sdk/issues/429)) ([273bd70](https://github.com/mParticle/mparticle-apple-sdk/commit/273bd703aa46820aa36998f0c4bfd45b20d3fc1b)), closes [#414](https://github.com/mParticle/mparticle-apple-sdk/issues/414) [#417](https://github.com/mParticle/mparticle-apple-sdk/issues/417) [#415](https://github.com/mParticle/mparticle-apple-sdk/issues/415) [#420](https://github.com/mParticle/mparticle-apple-sdk/issues/420)
7+
18
# [8.39.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.38.0...v8.39.0) (2025-09-18)
29

310
### Bug Fixes

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>8.39.0</string>
18+
<string>8.40.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
import PackageDescription
44

5-
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.39.0/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "8c6e6fb1891d844486a6be0c671875ec03a0b8457b3cef26bc4f7e3e4b866143"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.40.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "c7c0846610ad6619b69c4b6fc4e8c64c75169bfa4509edb8fd8d1a8099c7cf25"
77

88
let mParticle_Apple_SDK_NoLocation_URL =
99
"https://static.mparticle.com/sdk/ios/v8.39.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
10-
let mParticle_Apple_SDK_NoLocation_Checksum = "7016efe3e47b2b2915dd8164f37dad34d1e3a5234e9ee9ecbd1ea4fd7903909e"
10+
let mParticle_Apple_SDK_NoLocation_Checksum = "98802a0019064e67418d6bf20ed1fa237cf8492e8fe7b71cfc98d9c0725111fb"
1111

1212
let package = Package(
1313
name: "mParticle-Apple-SDK",

mParticle-Apple-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apple-SDK"
3-
s.version = "8.39.0"
3+
s.version = "8.40.0"
44
s.summary = "mParticle Apple SDK."
55

66
s.description = <<-DESC

mParticle-Apple-SDK/MPConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func MPMilliseconds(timestamp: Double) -> Double {
1515
// NOTE: I kept the same naming here for clarity, but we should rename these
1616
// after we remove them from the MPIConstants.h file
1717

18-
let kMParticleSDKVersion = "8.39.0"
18+
let kMParticleSDKVersion = "8.40.0"
1919

2020
enum MessageKeys {
2121
static let kMPMessagesKey = "msgs"

mParticle-Apple-SDK/MPIConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "MPIConstants.h"
22

33
// mParticle SDK Version
4-
NSString *const kMParticleSDKVersion = @"8.39.0";
4+
NSString *const kMParticleSDKVersion = @"8.40.0";
55

66
// Message Type (dt)
77
NSString *const kMPMessageTypeKey = @"dt";

mParticle_Apple_SDK.json

Lines changed: 122 additions & 121 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)