Skip to content

Commit

Permalink
chore(release): 8.16.4 [skip ci]
Browse files Browse the repository at this point in the history
## [8.16.4](v8.16.3...v8.16.4) (2023-06-22)

### Bug Fixes

* avoid global variables in AMPIdentifyInterceptor to fix missing user properties updates ([#445](#445)) ([eb820a2](eb820a2))
  • Loading branch information
amplitude-sdk-bot committed Jun 22, 2023
1 parent eb820a2 commit 94b4dcf
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.16.3" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.16.4" # 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.16.4](https://github.com/amplitude/Amplitude-iOS/compare/v8.16.3...v8.16.4) (2023-06-22)


### Bug Fixes

* avoid global variables in AMPIdentifyInterceptor to fix missing user properties updates ([#445](https://github.com/amplitude/Amplitude-iOS/issues/445)) ([eb820a2](https://github.com/amplitude/Amplitude-iOS/commit/eb820a254f1e13b617d3c81209f0b307a1f5de8e))

## [8.16.3](https://github.com/amplitude/Amplitude-iOS/compare/v8.16.2...v8.16.3) (2023-06-15)


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

Please sign in to comment.