Skip to content

Commit

Permalink
chore(release): 8.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.9.0](v8.8.1...v8.9.0) (2022-11-30)

### Bug Fixes

* Add class checks to initialize methods ([#165](#165)) ([065df46](065df46))
* Add Hash Methods where isEqual called ([#167](#167)) ([7302e0d](7302e0d))
* Allow null event attributes ([#163](#163)) ([5fd25c6](5fd25c6))
* Move dyld register callback to initialize ([#170](#170)) ([49d3660](49d3660))
* Remove unnecessary calls to removeObserver ([#168](#168)) ([a288ba4](a288ba4))
* Remove Unnecessary Synchronize in Dealloc ([#169](#169)) ([624891b](624891b))

### Features

* match android type support for custom attributes ([#157](#157)) ([c9a34cd](c9a34cd))
* Remove depreciate MPSegment code ([#171](#171)) ([1c04262](1c04262))
* Update Sample App for iOS 16 ([#158](#158)) ([fed8131](fed8131))
  • Loading branch information
mparticle-automation committed Nov 30, 2022
1 parent 1c04262 commit 0b800ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [8.9.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.8.1...v8.9.0) (2022-11-30)


### Bug Fixes

* Add class checks to initialize methods ([#165](https://github.com/mParticle/mparticle-apple-sdk/issues/165)) ([065df46](https://github.com/mParticle/mparticle-apple-sdk/commit/065df46394ccc21f1fbd2ed23d0d0c33b910f307))
* Add Hash Methods where isEqual called ([#167](https://github.com/mParticle/mparticle-apple-sdk/issues/167)) ([7302e0d](https://github.com/mParticle/mparticle-apple-sdk/commit/7302e0dd79012e120c90e0ce78a84ffac7b781d5))
* Allow null event attributes ([#163](https://github.com/mParticle/mparticle-apple-sdk/issues/163)) ([5fd25c6](https://github.com/mParticle/mparticle-apple-sdk/commit/5fd25c6ecd1e291452728748399d722d9d1e61f0))
* Move dyld register callback to initialize ([#170](https://github.com/mParticle/mparticle-apple-sdk/issues/170)) ([49d3660](https://github.com/mParticle/mparticle-apple-sdk/commit/49d36609e0873b3957846a9153eab936da684098))
* Remove unnecessary calls to removeObserver ([#168](https://github.com/mParticle/mparticle-apple-sdk/issues/168)) ([a288ba4](https://github.com/mParticle/mparticle-apple-sdk/commit/a288ba469da18690381d0a098c1a2734031b7cc6))
* Remove Unnecessary Synchronize in Dealloc ([#169](https://github.com/mParticle/mparticle-apple-sdk/issues/169)) ([624891b](https://github.com/mParticle/mparticle-apple-sdk/commit/624891bc5771a1a92f24ef88b669eb06a2acf1c2))


### Features

* match android type support for custom attributes ([#157](https://github.com/mParticle/mparticle-apple-sdk/issues/157)) ([c9a34cd](https://github.com/mParticle/mparticle-apple-sdk/commit/c9a34cd2aab955cf81994a59ebcaa6958f9370d7))
* Remove depreciate MPSegment code ([#171](https://github.com/mParticle/mparticle-apple-sdk/issues/171)) ([1c04262](https://github.com/mParticle/mparticle-apple-sdk/commit/1c04262a6144bd292d364873ca1701b0a3793136))
* Update Sample App for iOS 16 ([#158](https://github.com/mParticle/mparticle-apple-sdk/issues/158)) ([fed8131](https://github.com/mParticle/mparticle-apple-sdk/commit/fed81319e196a43f83fc284e022f94713d32cd82))

## [8.8.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.8.0...v8.8.1) (2022-07-15)


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.8.1</string>
<string>8.9.0</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.8.1"
s.version = "8.9.0"
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.8.1";
NSString *const kMParticleSDKVersion = @"8.9.0";

// 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 @@ -64,5 +64,6 @@
"8.6.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.6.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.6.0/mParticle_Apple_SDK.xcframework.zip",
"8.7.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.7.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.7.0/mParticle_Apple_SDK.xcframework.zip",
"8.8.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.0/mParticle_Apple_SDK.xcframework.zip",
"8.8.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.1/mParticle_Apple_SDK.xcframework.zip"
"8.8.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.8.1/mParticle_Apple_SDK.xcframework.zip",
"8.9.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.9.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.9.0/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit 0b800ee

Please sign in to comment.