From 4471ff73fffdff9a9b256422a0a0b9233582f33d Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Wed, 2 Oct 2024 20:41:39 +0000 Subject: [PATCH] chore(release): 8.22.0 [skip ci] # [8.22.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.21.0...v8.22.0) (2024-10-02) ### Features * add middleware removed callback ([#506](https://github.com/amplitude/Amplitude-iOS/issues/506)) ([b1b001a](https://github.com/amplitude/Amplitude-iOS/commit/b1b001a3b41e2bc3ea542411f48e2ae552986fc3)) --- Amplitude.podspec | 2 +- CHANGELOG.md | 7 +++++++ Sources/Amplitude/AMPConstants.m | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Amplitude.podspec b/Amplitude.podspec index 14abe386..4c0b2425 100644 --- a/Amplitude.podspec +++ b/Amplitude.podspec @@ -1,4 +1,4 @@ -amplitude_version = "8.21.0" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "8.22.0" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "Amplitude" diff --git a/CHANGELOG.md b/CHANGELOG.md index d774777b..1e338f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.22.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.21.0...v8.22.0) (2024-10-02) + + +### Features + +* add middleware removed callback ([#506](https://github.com/amplitude/Amplitude-iOS/issues/506)) ([b1b001a](https://github.com/amplitude/Amplitude-iOS/commit/b1b001a3b41e2bc3ea542411f48e2ae552986fc3)) + # [8.21.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.20.0...v8.21.0) (2024-08-24) diff --git a/Sources/Amplitude/AMPConstants.m b/Sources/Amplitude/AMPConstants.m index e8fcab8b..0271662f 100644 --- a/Sources/Amplitude/AMPConstants.m +++ b/Sources/Amplitude/AMPConstants.m @@ -24,7 +24,7 @@ #import "AMPConstants.h" NSString *const kAMPLibrary = @"amplitude-ios"; -NSString *const kAMPVersion = @"8.21.0"; // Version is managed automatically by semantic-release, please don't change it manually +NSString *const kAMPVersion = @"8.22.0"; // Version is managed automatically by semantic-release, please don't change it manually NSString *const kAMPUnknownLibrary = @"unknown-library"; NSString *const kAMPUnknownVersion = @"unknown-version"; NSString *const kAMPEventLogDomain = @"api2.amplitude.com";