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 = "1.3.3 " # Version is managed automatically by semantic-release, please don't change it manually
1+ amplitude_version = "1.3.4 " # Version is managed automatically by semantic-release, please don't change it manually
22
33Pod ::Spec . new do |s |
44 s . name = "AmplitudeSwift"
Original file line number Diff line number Diff line change 1+ ## [ 1.3.4] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.3.3...v1.3.4 ) (2024-02-23)
2+
3+
4+ ### Bug Fixes
5+
6+ * fix the enrichment plugin to enable filter event ([ #123 ] ( https://github.com/amplitude/Amplitude-Swift/issues/123 ) ) ([ 5d3aeb0] ( https://github.com/amplitude/Amplitude-Swift/commit/5d3aeb0494d6d2aa625d38019d04c46d82340aeb ) )
7+
18## [ 1.3.3] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.3.2...v1.3.3 ) (2024-02-13)
29
310
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public enum ServerZone: Int {
4646
4747public struct Constants {
4848 static let SDK_LIBRARY = " amplitude-swift "
49- static let SDK_VERSION = " 1.3.3 "
49+ static let SDK_VERSION = " 1.3.4 "
5050 public static let DEFAULT_API_HOST = " https://api2.amplitude.com/2/httpapi "
5151 public static let EU_DEFAULT_API_HOST = " https://api.eu.amplitude.com/2/httpapi "
5252 static let BATCH_API_HOST = " https://api2.amplitude.com/batch "
You can’t perform that action at this time.
0 commit comments