diff --git a/Amplitude.podspec b/Amplitude.podspec index 8df95fa0..1f055acd 100644 --- a/Amplitude.podspec +++ b/Amplitude.podspec @@ -1,4 +1,4 @@ -amplitude_version = "8.19.3" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "8.20.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 ab23f1da..cc6dde5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.20.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.3...v8.20.0) (2024-08-12) + + +### Features + +* extend middleware for session replay ([#501](https://github.com/amplitude/Amplitude-iOS/issues/501)) ([051890f](https://github.com/amplitude/Amplitude-iOS/commit/051890fa8e3fc605acd0277935ecbe16fe2073c6)) + ## [8.19.3](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.2...v8.19.3) (2024-08-05) diff --git a/Sources/Amplitude/AMPConstants.m b/Sources/Amplitude/AMPConstants.m index c4b24543..7f3eaa30 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.19.3"; // Version is managed automatically by semantic-release, please don't change it manually +NSString *const kAMPVersion = @"8.20.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";