Skip to content

Commit

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

### Bug Fixes

* assign deviceId correctly on new device ([#492](#492)) ([a200db0](a200db0))
* initialize device info before generating the device ID ([#491](#491)) ([7960a7e](7960a7e))
  • Loading branch information
amplitude-sdk-bot committed Apr 5, 2024
1 parent a200db0 commit b25fab0
Show file tree
Hide file tree
Showing 3 changed files with 10 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.19.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.19.1" # Version is managed automatically by semantic-release, please don't change it manually

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


### Bug Fixes

* assign deviceId correctly on new device ([#492](https://github.com/amplitude/Amplitude-iOS/issues/492)) ([a200db0](https://github.com/amplitude/Amplitude-iOS/commit/a200db0e981cfc2ce104f222676ed4e2748bd9c8))
* initialize device info before generating the device ID ([#491](https://github.com/amplitude/Amplitude-iOS/issues/491)) ([7960a7e](https://github.com/amplitude/Amplitude-iOS/commit/7960a7e8118b8eae507b73e380a9d8057cf0f4ea))

# [8.19.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.18.3...v8.19.0) (2024-04-04)


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.19.0"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPVersion = @"8.19.1"; // 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 b25fab0

Please sign in to comment.