Skip to content

Commit dc544fb

Browse files
chore(release): 1.3.4 [skip ci]
## [1.3.4](v1.3.3...v1.3.4) (2024-02-23) ### Bug Fixes * fix the enrichment plugin to enable filter event ([#123](#123)) ([5d3aeb0](5d3aeb0))
1 parent 5d3aeb0 commit dc544fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

AmplitudeSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
amplitude_version = "1.3.3" # Version is managed automatically by semantic-release, please don't change it manually
1+
amplitude_version = "1.3.4" # Version is managed automatically by semantic-release, please don't change it manually
22

33
Pod::Spec.new do |s|
44
s.name = "AmplitudeSwift"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.4](https://github.com/amplitude/Amplitude-Swift/compare/v1.3.3...v1.3.4) (2024-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fix the enrichment plugin to enable filter event ([#123](https://github.com/amplitude/Amplitude-Swift/issues/123)) ([5d3aeb0](https://github.com/amplitude/Amplitude-Swift/commit/5d3aeb0494d6d2aa625d38019d04c46d82340aeb))
7+
18
## [1.3.3](https://github.com/amplitude/Amplitude-Swift/compare/v1.3.2...v1.3.3) (2024-02-13)
29

310

Sources/Amplitude/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum ServerZone: Int {
4646

4747
public struct Constants {
4848
static let SDK_LIBRARY = "amplitude-swift"
49-
static let SDK_VERSION = "1.3.3"
49+
static let SDK_VERSION = "1.3.4"
5050
public static let DEFAULT_API_HOST = "https://api2.amplitude.com/2/httpapi"
5151
public static let EU_DEFAULT_API_HOST = "https://api.eu.amplitude.com/2/httpapi"
5252
static let BATCH_API_HOST = "https://api2.amplitude.com/batch"

0 commit comments

Comments
 (0)