From 0ce5327477bf6ef757a2b7ea596b03369ee3be1b Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Fri, 19 Jan 2024 20:59:37 +0000 Subject: [PATCH] chore(release): 8.4.0 [skip ci] # [8.4.0](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/compare/v8.3.0...v8.4.0) (2024-01-19) ### Features * Add SPM support ([#16](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/issues/16)) ([d2537de](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/commit/d2537debfd51817bf703ffad2754f5e79bffeca4)) --- CHANGELOG.md | 6 ++++++ mParticle-Iterable.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bfd6209 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [8.4.0](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/compare/v8.3.0...v8.4.0) (2024-01-19) + + +### Features + +* Add SPM support ([#16](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/issues/16)) ([d2537de](https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/commit/d2537debfd51817bf703ffad2754f5e79bffeca4)) diff --git a/mParticle-Iterable.podspec b/mParticle-Iterable.podspec index dbfae63..e81b876 100644 --- a/mParticle-Iterable.podspec +++ b/mParticle-Iterable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Iterable" - s.version = "8.3.0" + s.version = "8.4.0" s.summary = "Iterable integration for mParticle" s.description = "This is the Iterable integration for mParticle."