Skip to content

Commit e8a9722

Browse files
chore(release): 8.9.0 [skip ci]
# [8.9.0](v8.8.0...v8.9.0) (2022-03-30) ### Bug Fixes * fix release action ([5eb7ee6](5eb7ee6)) ### Features * Add support on Swift Package Manager for WatchOS ([#381](#381)) ([74d3227](74d3227))
1 parent 5eb7ee6 commit e8a9722

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.8.0" # Version is managed automatically by semantic-release, please don't change it manually
1+
amplitude_version = "8.9.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.9.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.8.0...v8.9.0) (2022-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fix release action ([5eb7ee6](https://github.com/amplitude/Amplitude-iOS/commit/5eb7ee6c363c8c6c11cab965cdd0201e581d8843))
7+
8+
9+
### Features
10+
11+
* Add support on Swift Package Manager for WatchOS ([#381](https://github.com/amplitude/Amplitude-iOS/issues/381)) ([74d3227](https://github.com/amplitude/Amplitude-iOS/commit/74d3227cf5b069bac45f6e26d1c7e357bc0bb936))
12+
113
# [8.8.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.2...v8.8.0) (2022-02-10)
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.8.0"; // Version is managed automatically by semantic-release, please don't change it manually
27+
NSString *const kAMPVersion = @"8.9.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)