File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- amplitude_version = "8.21 .0" # Version is managed automatically by semantic-release, please don't change it manually
1
+ amplitude_version = "8.22 .0" # Version is managed automatically by semantic-release, please don't change it manually
2
2
3
3
Pod ::Spec . new do |s |
4
4
s . name = "Amplitude"
Original file line number Diff line number Diff line change
1
+ # [ 8.22.0] ( https://github.com/amplitude/Amplitude-iOS/compare/v8.21.0...v8.22.0 ) (2024-10-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * add middleware removed callback ([ #506 ] ( https://github.com/amplitude/Amplitude-iOS/issues/506 ) ) ([ b1b001a] ( https://github.com/amplitude/Amplitude-iOS/commit/b1b001a3b41e2bc3ea542411f48e2ae552986fc3 ) )
7
+
1
8
# [ 8.21.0] ( https://github.com/amplitude/Amplitude-iOS/compare/v8.20.0...v8.21.0 ) (2024-08-24)
2
9
3
10
Original file line number Diff line number Diff line change 24
24
#import " AMPConstants.h"
25
25
26
26
NSString *const kAMPLibrary = @" amplitude-ios" ;
27
- NSString *const kAMPVersion = @" 8.21 .0" ; // Version is managed automatically by semantic-release, please don't change it manually
27
+ NSString *const kAMPVersion = @" 8.22 .0" ; // Version is managed automatically by semantic-release, please don't change it manually
28
28
NSString *const kAMPUnknownLibrary = @" unknown-library" ;
29
29
NSString *const kAMPUnknownVersion = @" unknown-version" ;
30
30
NSString *const kAMPEventLogDomain = @" api2.amplitude.com" ;
You can’t perform that action at this time.
0 commit comments