File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- amplitude_version = "1.6.0 " # Version is managed automatically by semantic-release, please don't change it manually
1+ amplitude_version = "1.6.1 " # 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.6.1] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.6.0...v1.6.1 ) (2024-06-12)
2+
3+
4+ ### Bug Fixes
5+
6+ * Add additional diagnostic logging ([ #177 ] ( https://github.com/amplitude/Amplitude-Swift/issues/177 ) ) ([ e0e47a7] ( https://github.com/amplitude/Amplitude-Swift/commit/e0e47a747eb619dbb0f553c2025ae621bd514793 ) )
7+ * dispatch identify interceptor callbacks on correct queue ([ #176 ] ( https://github.com/amplitude/Amplitude-Swift/issues/176 ) ) ([ eaf6d16] ( https://github.com/amplitude/Amplitude-Swift/commit/eaf6d168d4a523cf4e5f279e0e34291f4ffb4887 ) )
8+ * resolve compilation issue with watchOS 8.0 ([ #180 ] ( https://github.com/amplitude/Amplitude-Swift/issues/180 ) ) ([ d0b7bff] ( https://github.com/amplitude/Amplitude-Swift/commit/d0b7bff4b228b283cc801c6ad7510f85b2bdc5a7 ) )
9+
110# [ 1.6.0] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.5.2...v1.6.0 ) (2024-06-04)
211
312
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.6.0 "
49+ static let SDK_VERSION = " 1.6.1 "
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