File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- amplitude_version = "8.19.3 " # Version is managed automatically by semantic-release, please don't change it manually
1+ amplitude_version = "8.20.0 " # Version is managed automatically by semantic-release, please don't change it manually
22
33Pod ::Spec . new do |s |
44 s . name = "Amplitude"
Original file line number Diff line number Diff line change 1+ # [ 8.20.0] ( https://github.com/amplitude/Amplitude-iOS/compare/v8.19.3...v8.20.0 ) (2024-08-12)
2+
3+
4+ ### Features
5+
6+ * extend middleware for session replay ([ #501 ] ( https://github.com/amplitude/Amplitude-iOS/issues/501 ) ) ([ 051890f] ( https://github.com/amplitude/Amplitude-iOS/commit/051890fa8e3fc605acd0277935ecbe16fe2073c6 ) )
7+
18## [ 8.19.3] ( https://github.com/amplitude/Amplitude-iOS/compare/v8.19.2...v8.19.3 ) (2024-08-05)
29
310
Original file line number Diff line number Diff line change 2424#import " AMPConstants.h"
2525
2626NSString *const kAMPLibrary = @" amplitude-ios" ;
27- NSString *const kAMPVersion = @" 8.19.3 " ; // Version is managed automatically by semantic-release, please don't change it manually
27+ NSString *const kAMPVersion = @" 8.20.0 " ; // Version is managed automatically by semantic-release, please don't change it manually
2828NSString *const kAMPUnknownLibrary = @" unknown-library" ;
2929NSString *const kAMPUnknownVersion = @" unknown-version" ;
3030NSString *const kAMPEventLogDomain = @" api2.amplitude.com" ;
You can’t perform that action at this time.
0 commit comments