Skip to content

Commit

Permalink
chore(release): 0.4.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.12](v0.4.11...v0.4.12) (2023-08-15)

### Bug Fixes

* remove location-related code from SDK, add an example plugin to collect location data ([#75](#75)) ([34ff8e5](34ff8e5))
  • Loading branch information
amplitude-sdk-bot committed Aug 15, 2023
1 parent 34ff8e5 commit 2e0a746
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 = "0.4.11" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "0.4.12" # 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 @@
## [0.4.12](https://github.com/amplitude/Amplitude-Swift/compare/v0.4.11...v0.4.12) (2023-08-15)


### Bug Fixes

* remove location-related code from SDK, add an example plugin to collect location data ([#75](https://github.com/amplitude/Amplitude-Swift/issues/75)) ([34ff8e5](https://github.com/amplitude/Amplitude-Swift/commit/34ff8e54e98cfa5d3d3cd2b4585af03656063c89))

## [0.4.11](https://github.com/amplitude/Amplitude-Swift/compare/v0.4.10...v0.4.11) (2023-08-11)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Amplitude/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum ServerZone: String {

public struct Constants {
static let SDK_LIBRARY = "amplitude-swift"
static let SDK_VERSION = "0.4.11"
static let SDK_VERSION = "0.4.12"
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 2e0a746

Please sign in to comment.