Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.1](v1.8.0...v1.8.1) (2024-08-23)

### Bug Fixes

* Delete events on an invalid api key response. ([#211](#211)) ([9329a26](9329a26))
* Fix code compatibility issues on Xcode 14.1 ([#213](#213)) ([b2022b6](b2022b6))
* fix pinchGestureRecognizer unavailability issue on tvos ([#217](#217)) ([4c5ae67](4c5ae67))
* set offline when receiving certain error responses ([#212](#212)) ([056ccbf](056ccbf))
  • Loading branch information
amplitude-sdk-bot committed Aug 23, 2024
1 parent 4c5ae67 commit 5108d28
Show file tree
Hide file tree
Showing 3 changed files with 12 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.8.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.8.1" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "AmplitudeSwift"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.8.1](https://github.com/amplitude/Amplitude-Swift/compare/v1.8.0...v1.8.1) (2024-08-23)


### Bug Fixes

* Delete events on an invalid api key response. ([#211](https://github.com/amplitude/Amplitude-Swift/issues/211)) ([9329a26](https://github.com/amplitude/Amplitude-Swift/commit/9329a26e7ce29a7c5295f3adb9aa6c78619b9c14))
* Fix code compatibility issues on Xcode 14.1 ([#213](https://github.com/amplitude/Amplitude-Swift/issues/213)) ([b2022b6](https://github.com/amplitude/Amplitude-Swift/commit/b2022b6e44ed9dced61244f5cc6f2c9fd03b899c))
* fix pinchGestureRecognizer unavailability issue on tvos ([#217](https://github.com/amplitude/Amplitude-Swift/issues/217)) ([4c5ae67](https://github.com/amplitude/Amplitude-Swift/commit/4c5ae674631973c7ddadd3c891def11047a9d01b))
* set offline when receiving certain error responses ([#212](https://github.com/amplitude/Amplitude-Swift/issues/212)) ([056ccbf](https://github.com/amplitude/Amplitude-Swift/commit/056ccbfe3d63e6df8b128e27a13eed7abed4ee9d))

# [1.8.0](https://github.com/amplitude/Amplitude-Swift/compare/v1.7.0...v1.8.0) (2024-08-08)


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.8.0"
static let SDK_VERSION = "1.8.1"
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 5108d28

Please sign in to comment.