Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2024-03-22)

### Bug Fixes

* better carthage support ([#142](#142)) ([a6f1559](a6f1559))
* Fix compilation on Xcode 14.x ([#141](#141)) ([8eedaab](8eedaab))
* Use appropriate background task API for app extensions ([#138](#138)) ([7231bee](7231bee))
  • Loading branch information
amplitude-sdk-bot committed Mar 22, 2024
1 parent f14fe5d commit 7711924
Show file tree
Hide file tree
Showing 3 changed files with 11 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.4.1" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.4.2" # Version is managed automatically by semantic-release, please don't change it manually

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


### Bug Fixes

* better carthage support ([#142](https://github.com/amplitude/Amplitude-Swift/issues/142)) ([a6f1559](https://github.com/amplitude/Amplitude-Swift/commit/a6f155998e1472da05fa413ed1434168ba72e81a))
* Fix compilation on Xcode 14.x ([#141](https://github.com/amplitude/Amplitude-Swift/issues/141)) ([8eedaab](https://github.com/amplitude/Amplitude-Swift/commit/8eedaab14b9b0be9ecd6575a950763e760c60e4e))
* Use appropriate background task API for app extensions ([#138](https://github.com/amplitude/Amplitude-Swift/issues/138)) ([7231bee](https://github.com/amplitude/Amplitude-Swift/commit/7231beec5921e5ec7bf8d0d4d62c7464ff13a344))

## [1.4.1](https://github.com/amplitude/Amplitude-Swift/compare/v1.4.0...v1.4.1) (2024-03-19)


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.4.1"
static let SDK_VERSION = "1.4.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 7711924

Please sign in to comment.