Skip to content

Commit

Permalink
chore(release): 1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.3](v1.3.2...v1.3.3) (2024-02-13)

### Bug Fixes

* fix setOnce identify operation ([#119](#119)) ([6934c89](6934c89))
* try fix crash ([#117](#117)) ([0536666](0536666))
  • Loading branch information
amplitude-sdk-bot committed Feb 13, 2024
1 parent 6934c89 commit 0b77c2e
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.3.2" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.3.3" # 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.3.3](https://github.com/amplitude/Amplitude-Swift/compare/v1.3.2...v1.3.3) (2024-02-13)


### Bug Fixes

* fix setOnce identify operation ([#119](https://github.com/amplitude/Amplitude-Swift/issues/119)) ([6934c89](https://github.com/amplitude/Amplitude-Swift/commit/6934c8913d23765806f72046bc7976b316078959))
* try fix crash ([#117](https://github.com/amplitude/Amplitude-Swift/issues/117)) ([0536666](https://github.com/amplitude/Amplitude-Swift/commit/0536666dd36e4dda86a0a5334de8588c59063f7c))

## [1.3.2](https://github.com/amplitude/Amplitude-Swift/compare/v1.3.1...v1.3.2) (2024-02-13)


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.3.2"
static let SDK_VERSION = "1.3.3"
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 0b77c2e

Please sign in to comment.