Skip to content

Commit b7a66d2

Browse files
chore(release): 8.19.3 [skip ci]
## [8.19.3](v8.19.2...v8.19.3) (2024-08-05) ### Bug Fixes * mark trackingoptions as atomic to prevent issues from concurrent access ([#499](#499)) ([83465ed](83465ed))
1 parent 83465ed commit b7a66d2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Amplitude.podspec

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

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.19.3](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.2...v8.19.3) (2024-08-05)
2+
3+
4+
### Bug Fixes
5+
6+
* mark trackingoptions as atomic to prevent issues from concurrent access ([#499](https://github.com/amplitude/Amplitude-iOS/issues/499)) ([83465ed](https://github.com/amplitude/Amplitude-iOS/commit/83465ed614115748901457474cd5b9886c89d718))
7+
18
## [8.19.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.1...v8.19.2) (2024-04-24)
29

310

Sources/Amplitude/AMPConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#import "AMPConstants.h"
2525

2626
NSString *const kAMPLibrary = @"amplitude-ios";
27-
NSString *const kAMPVersion = @"8.19.2"; // Version is managed automatically by semantic-release, please don't change it manually
27+
NSString *const kAMPVersion = @"8.19.3"; // Version is managed automatically by semantic-release, please don't change it manually
2828
NSString *const kAMPUnknownLibrary = @"unknown-library";
2929
NSString *const kAMPUnknownVersion = @"unknown-version";
3030
NSString *const kAMPEventLogDomain = @"api2.amplitude.com";

0 commit comments

Comments
 (0)