Skip to content

Commit

Permalink
chore(release): 1.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.5](v1.4.4...v1.4.5) (2024-04-18)

### Bug Fixes

* Adopt resource bundle for privacy manifest in Cocoapods ([#156](#156)) ([bdf2f43](bdf2f43))
  • Loading branch information
amplitude-sdk-bot committed Apr 18, 2024
1 parent bdf2f43 commit 0cd014a
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.4.5" # Version is managed automatically by semantic-release, please don't change it manually

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


### Bug Fixes

* Adopt resource bundle for privacy manifest in Cocoapods ([#156](https://github.com/amplitude/Amplitude-Swift/issues/156)) ([bdf2f43](https://github.com/amplitude/Amplitude-Swift/commit/bdf2f4375a71231d87b33e701571e36f2e67a0f1))

## [1.4.4](https://github.com/amplitude/Amplitude-Swift/compare/v1.4.3...v1.4.4) (2024-04-01)


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.4"
static let SDK_VERSION = "1.4.5"
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 0cd014a

Please sign in to comment.