diff --git a/AmplitudeSwift.podspec b/AmplitudeSwift.podspec index 54959cc..8c3376c 100644 --- a/AmplitudeSwift.podspec +++ b/AmplitudeSwift.podspec @@ -1,4 +1,4 @@ -amplitude_version = "1.9.4" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "1.10.0" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "AmplitudeSwift" diff --git a/CHANGELOG.md b/CHANGELOG.md index be6ec68..35f0685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/amplitude/Amplitude-Swift/compare/v1.9.4...v1.10.0) (2024-10-31) + + +### Features + +* support building without UIKit ([#235](https://github.com/amplitude/Amplitude-Swift/issues/235)) ([61e77a1](https://github.com/amplitude/Amplitude-Swift/commit/61e77a16bc164f7eba86db35de2dcd308f828d9f)) + ## [1.9.4](https://github.com/amplitude/Amplitude-Swift/compare/v1.9.3...v1.9.4) (2024-10-11) diff --git a/Sources/Amplitude/Constants.swift b/Sources/Amplitude/Constants.swift index a5ab5a6..c61f834 100644 --- a/Sources/Amplitude/Constants.swift +++ b/Sources/Amplitude/Constants.swift @@ -46,7 +46,7 @@ public enum ServerZone: Int { public struct Constants { static let SDK_LIBRARY = "amplitude-swift" - static let SDK_VERSION = "1.9.4" + static let SDK_VERSION = "1.10.0" public static let DEFAULT_API_HOST = "https://api2.amplitude.com/2/httpapi" public static let EU_DEFAULT_API_HOST = "https://api.eu.amplitude.com/2/httpapi" static let BATCH_API_HOST = "https://api2.amplitude.com/batch"