Skip to content

Commit

Permalink
chore(release): 1.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.2](v1.11.1...v1.11.2) (2024-12-17)

### Bug Fixes

* add repeat interval on EventPipeline to prevent high frequency requests on continuing failing ([#250](#250)) ([8af9acf](8af9acf))
* fix likely-to-fail test case ([#251](#251)) ([94e5e11](94e5e11))
  • Loading branch information
amplitude-sdk-bot committed Dec 17, 2024
1 parent 94e5e11 commit 98a5f02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AmplitudeSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplitude_version = "1.11.1" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.11.2" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "AmplitudeSwift"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.11.2](https://github.com/amplitude/Amplitude-Swift/compare/v1.11.1...v1.11.2) (2024-12-17)


### Bug Fixes

* add repeat interval on EventPipeline to prevent high frequency requests on continuing failing ([#250](https://github.com/amplitude/Amplitude-Swift/issues/250)) ([8af9acf](https://github.com/amplitude/Amplitude-Swift/commit/8af9acf3ccd666111f03040467d9891fc0c3b76a))
* fix likely-to-fail test case ([#251](https://github.com/amplitude/Amplitude-Swift/issues/251)) ([94e5e11](https://github.com/amplitude/Amplitude-Swift/commit/94e5e11f722dcb5fe8e62f1104de5a2a33465e97))

## [1.11.1](https://github.com/amplitude/Amplitude-Swift/compare/v1.11.0...v1.11.1) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Amplitude/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum ServerZone: Int {

public struct Constants {
static let SDK_LIBRARY = "amplitude-swift"
static let SDK_VERSION = "1.11.1"
static let SDK_VERSION = "1.11.2"
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"
Expand Down

0 comments on commit 98a5f02

Please sign in to comment.