Skip to content

Commit

Permalink
chore(release): 8.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.8.0](v8.7.0...v8.8.0) (2022-05-17)

### Bug Fixes

* Fix Dereferenced Garbage Pointer ([#148](#148)) ([d2c58e1](d2c58e1))
* property memory annotations ([#146](#146)) ([c95ddf6](c95ddf6))
* update active kits header ([#147](#147)) ([d196723](d196723))

### Features

* add conformsToProtocol forwarding to MPAppDelegateProxy ([#144](#144)) ([40e517a](40e517a))
* add support for client side rules ([#151](#151)) ([6a93096](6a93096))
  • Loading branch information
mparticle-automation committed May 17, 2022
1 parent d196723 commit af03e78
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [8.8.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.7.0...v8.8.0) (2022-05-17)


### Bug Fixes

* Fix Dereferenced Garbage Pointer ([#148](https://github.com/mParticle/mparticle-apple-sdk/issues/148)) ([d2c58e1](https://github.com/mParticle/mparticle-apple-sdk/commit/d2c58e10559bc38999dca82a2910f478d2250142))
* property memory annotations ([#146](https://github.com/mParticle/mparticle-apple-sdk/issues/146)) ([c95ddf6](https://github.com/mParticle/mparticle-apple-sdk/commit/c95ddf6da15a6e8ba381a717ec0a5b18c24e749c))
* update active kits header ([#147](https://github.com/mParticle/mparticle-apple-sdk/issues/147)) ([d196723](https://github.com/mParticle/mparticle-apple-sdk/commit/d1967233a2cf9542f5a3c8e7c9fabd854acf4189))


### Features

* add conformsToProtocol forwarding to MPAppDelegateProxy ([#144](https://github.com/mParticle/mparticle-apple-sdk/issues/144)) ([40e517a](https://github.com/mParticle/mparticle-apple-sdk/commit/40e517aa0bff4ecd2368c095a1c7d35b5745ffd1))
* add support for client side rules ([#151](https://github.com/mParticle/mparticle-apple-sdk/issues/151)) ([6a93096](https://github.com/mParticle/mparticle-apple-sdk/commit/6a93096d285546be9eda62c24bea72d2853033b0))

# [8.7.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.6.0...v8.7.0) (2022-01-31)


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.7.0</string>
<string>8.8.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.7.0"
s.version = "8.8.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.7.0";
NSString *const kMParticleSDKVersion = @"8.8.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 @@ -62,5 +62,6 @@
"8.5.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.5.3/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.5.3/mParticle_Apple_SDK.xcframework.zip",
"8.5.4": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.5.4/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.5.4/mParticle_Apple_SDK.xcframework.zip",
"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.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"
}

0 comments on commit af03e78

Please sign in to comment.