Skip to content

Commit

Permalink
chore(release): 8.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.11.2](v8.11.1...v8.11.2) (2023-02-10)

### Bug Fixes

* Add missing MPIdentityErrorResponseCode values ([#181](#181)) ([7afd66a](7afd66a))
* Add missing no location target for SPM ([#182](#182)) ([d265e8a](d265e8a))
  • Loading branch information
mparticle-automation committed Feb 10, 2023
1 parent d265e8a commit 0739312
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.11.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.11.1...v8.11.2) (2023-02-10)


### Bug Fixes

* Add missing MPIdentityErrorResponseCode values ([#181](https://github.com/mParticle/mparticle-apple-sdk/issues/181)) ([7afd66a](https://github.com/mParticle/mparticle-apple-sdk/commit/7afd66a13033407a83dac0c206ab4ec622e9fdf5))
* Add missing no location target for SPM ([#182](https://github.com/mParticle/mparticle-apple-sdk/issues/182)) ([d265e8a](https://github.com/mParticle/mparticle-apple-sdk/commit/d265e8addb1798480202779df2af093d250fa3cd))

## [8.11.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.11.0...v8.11.1) (2023-02-07)


Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.11.1</string>
<string>8.11.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "8.11.1"
s.version = "8.11.2"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"8.11.1";
NSString *const kMParticleSDKVersion = @"8.11.2";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down
3 changes: 2 additions & 1 deletion mParticle_Apple_SDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"8.9.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.9.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.9.2/mParticle_Apple_SDK.xcframework.zip",
"8.10.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.10.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.10.0/mParticle_Apple_SDK.xcframework.zip",
"8.11.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.0/mParticle_Apple_SDK.xcframework.zip",
"8.11.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.1/mParticle_Apple_SDK.xcframework.zip"
"8.11.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.1/mParticle_Apple_SDK.xcframework.zip",
"8.11.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.11.2/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit 0739312

Please sign in to comment.