Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.5...v1.5.0) (2024-05-10)

### Features

* Dispatch operations to internal queue ([#159](#159)) ([83d24f7](83d24f7))
* Fix retain cycles in Amplitude so instance will not leak memory ([#161](#161)) ([492d1fd](492d1fd))
  • Loading branch information
amplitude-sdk-bot committed May 10, 2024
1 parent 492d1fd commit f446396
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.4.5" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.5.0" # 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.5.0](https://github.com/amplitude/Amplitude-Swift/compare/v1.4.5...v1.5.0) (2024-05-10)


### Features

* Dispatch operations to internal queue ([#159](https://github.com/amplitude/Amplitude-Swift/issues/159)) ([83d24f7](https://github.com/amplitude/Amplitude-Swift/commit/83d24f7b4e2131c578889997ef4d11b2e7323248))
* Fix retain cycles in Amplitude so instance will not leak memory ([#161](https://github.com/amplitude/Amplitude-Swift/issues/161)) ([492d1fd](https://github.com/amplitude/Amplitude-Swift/commit/492d1fda2f14a2224905026cf02dbae07950fd99))

## [1.4.5](https://github.com/amplitude/Amplitude-Swift/compare/v1.4.4...v1.4.5) (2024-04-18)


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.5"
static let SDK_VERSION = "1.5.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"
Expand Down

0 comments on commit f446396

Please sign in to comment.