Skip to content

Commit

Permalink
chore(release): 8.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
amplitude-sdk-bot committed Mar 30, 2022
1 parent 5eb7ee6 commit e8a9722
Show file tree
Hide file tree
Showing 3 changed files with 14 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.8.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.9.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [8.9.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.8.0...v8.9.0) (2022-03-30)


### Bug Fixes

* fix release action ([5eb7ee6](https://github.com/amplitude/Amplitude-iOS/commit/5eb7ee6c363c8c6c11cab965cdd0201e581d8843))


### Features

* 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))

# [8.8.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.2...v8.8.0) (2022-02-10)


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

Please sign in to comment.