Skip to content

Commit

Permalink
chore(release): 8.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.19.0](v8.18.3...v8.19.0) (2024-04-04)

### Features

* add method to get device ID synchronously ([#490](#490)) ([f5066b2](f5066b2))
  • Loading branch information
amplitude-sdk-bot committed Apr 4, 2024
1 parent f5066b2 commit 55188b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplitude_version = "8.18.3" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.19.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.19.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.18.3...v8.19.0) (2024-04-04)


### Features

* add method to get device ID synchronously ([#490](https://github.com/amplitude/Amplitude-iOS/issues/490)) ([f5066b2](https://github.com/amplitude/Amplitude-iOS/commit/f5066b25a604518784f0e2c89de233afaa6d7fb5))

## [8.18.3](https://github.com/amplitude/Amplitude-iOS/compare/v8.18.2...v8.18.3) (2024-03-23)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#import "AMPConstants.h"

NSString *const kAMPLibrary = @"amplitude-ios";
NSString *const kAMPVersion = @"8.18.3"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPVersion = @"8.19.0"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPUnknownLibrary = @"unknown-library";
NSString *const kAMPUnknownVersion = @"unknown-version";
NSString *const kAMPEventLogDomain = @"api2.amplitude.com";
Expand Down

0 comments on commit 55188b6

Please sign in to comment.