Skip to content

Commit 7f68d5d

Browse files
chore(release): 8.7.0 [skip ci]
# [8.7.0](v8.6.0...v8.7.0) (2021-12-17) ### Features * public the setEventUploadMaxBatchSize api ([#376](#376)) ([86b8ea9](86b8ea9))
1 parent 86b8ea9 commit 7f68d5d

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.6.0" # Version is managed automatically by semantic-release, please don't change it manually
1+
amplitude_version = "8.7.0" # 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.7.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.6.0...v8.7.0) (2021-12-17)
2+
3+
4+
### Features
5+
6+
* public the setEventUploadMaxBatchSize api ([#376](https://github.com/amplitude/Amplitude-iOS/issues/376)) ([86b8ea9](https://github.com/amplitude/Amplitude-iOS/commit/86b8ea9aad3e4e9835f116fd247726a1b6eb37dc))
7+
18
# [8.6.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.5.0...v8.6.0) (2021-12-08)
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.6.0"; // Version is managed automatically by semantic-release, please don't change it manually
27+
NSString *const kAMPVersion = @"8.7.0"; // 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)