Skip to content

Commit

Permalink
chore(release): 8.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.16.0](v8.15.2...v8.16.0) (2023-04-26)

### Bug Fixes

* update identify collapsing logic to send actions on separate identify event ([#437](#437)) ([9fb64c3](9fb64c3))
* updated identify merging logic to ignore nil values ([#434](#434)) ([8e1239c](8e1239c))

### Features

* update back off for rate limit ([#436](#436)) ([9fc1ba9](9fc1ba9))
  • Loading branch information
amplitude-sdk-bot committed Apr 26, 2023
1 parent 9fb64c3 commit e818b18
Show file tree
Hide file tree
Showing 3 changed files with 15 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.15.2" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.16.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [8.16.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.15.2...v8.16.0) (2023-04-26)


### Bug Fixes

* update identify collapsing logic to send actions on separate identify event ([#437](https://github.com/amplitude/Amplitude-iOS/issues/437)) ([9fb64c3](https://github.com/amplitude/Amplitude-iOS/commit/9fb64c30bb65aff375969b8f23119310d51b8a28))
* updated identify merging logic to ignore nil values ([#434](https://github.com/amplitude/Amplitude-iOS/issues/434)) ([8e1239c](https://github.com/amplitude/Amplitude-iOS/commit/8e1239c369e0dfe4c26f2dce1b05d093f6e18aff))


### Features

* update back off for rate limit ([#436](https://github.com/amplitude/Amplitude-iOS/issues/436)) ([9fc1ba9](https://github.com/amplitude/Amplitude-iOS/commit/9fc1ba9bcec8b7df3d80f9ec28edff40033d237e))

## [8.15.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.15.1...v8.15.2) (2023-03-08)


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

Please sign in to comment.