Skip to content

Commit e402b0b

Browse files
chore(release): 8.8.0 [skip ci]
# [8.8.0](v8.7.2...v8.8.0) (2022-02-10) ### Bug Fixes * update swift package to support connector package ([#383](#383)) ([95501aa](95501aa)) ### Features * Support seamless integration with amplitude experiment SDK ([#378](#378)) ([26e7830](26e7830))
1 parent 95501aa commit e402b0b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.7.2" # Version is managed automatically by semantic-release, please don't change it manually
1+
amplitude_version = "8.8.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.8.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.2...v8.8.0) (2022-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* update swift package to support connector package ([#383](https://github.com/amplitude/Amplitude-iOS/issues/383)) ([95501aa](https://github.com/amplitude/Amplitude-iOS/commit/95501aa6f1938cf40bb5f22abfa76dfea7b87843))
7+
8+
9+
### Features
10+
11+
* Support seamless integration with amplitude experiment SDK ([#378](https://github.com/amplitude/Amplitude-iOS/issues/378)) ([26e7830](https://github.com/amplitude/Amplitude-iOS/commit/26e78304f6436d6c1aefd2065936a6c7e8576978))
12+
113
## [8.7.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.1...v8.7.2) (2022-01-23)
214

315

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