Skip to content

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2024-09-05)

### Bug Fixes

* Add maxQueuedEventCount parameter to trim events in storage if over a limit ([#222](#222)) ([0134383](0134383))
* Send a max of one upload at a time ([#221](#221)) ([63e76d9](63e76d9))
  • Loading branch information
amplitude-sdk-bot committed Sep 5, 2024
1 parent 0134383 commit 255c7ee
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.9.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.9.1" # 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.9.1](https://github.com/amplitude/Amplitude-Swift/compare/v1.9.0...v1.9.1) (2024-09-05)


### Bug Fixes

* Add maxQueuedEventCount parameter to trim events in storage if over a limit ([#222](https://github.com/amplitude/Amplitude-Swift/issues/222)) ([0134383](https://github.com/amplitude/Amplitude-Swift/commit/0134383b76890bba7cc05d4cc8656b234f052189))
* Send a max of one upload at a time ([#221](https://github.com/amplitude/Amplitude-Swift/issues/221)) ([63e76d9](https://github.com/amplitude/Amplitude-Swift/commit/63e76d9e3b28ce491880665eb2ca778c85aea47a))

# [1.9.0](https://github.com/amplitude/Amplitude-Swift/compare/v1.8.1...v1.9.0) (2024-08-24)


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.9.0"
static let SDK_VERSION = "1.9.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 255c7ee

Please sign in to comment.