Skip to content

Commit

Permalink
chore(release): 8.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.13.0](amplitude/Amplitude-iOS@v8.12.0...v8.13.0) (2022-09-08)

### Features

* add ingestion_metadata field ([amplitude#410](amplitude#410)) ([49e1126](amplitude@49e1126))
  • Loading branch information
amplitude-sdk-bot committed Sep 8, 2022
1 parent 49e1126 commit 9e3081a
Show file tree
Hide file tree
Showing 3 changed files with 9 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.12.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.13.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.13.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.12.0...v8.13.0) (2022-09-08)


### Features

* add ingestion_metadata field ([#410](https://github.com/amplitude/Amplitude-iOS/issues/410)) ([49e1126](https://github.com/amplitude/Amplitude-iOS/commit/49e1126213d4b4cc9010d1bf32e4dec3a2855698))

# [8.12.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.11.1...v8.12.0) (2022-08-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.12.0"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPVersion = @"8.13.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 9e3081a

Please sign in to comment.