Skip to content

Commit

Permalink
chore(release): 7.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.3.0](v7.2.2...v7.3.0) (2021-02-22)

### Features

* Set content-type header for HTTP requests ([#328](#328)) ([21f138c](21f138c))
  • Loading branch information
amplitude-sdk-bot committed Feb 22, 2021
1 parent 21f138c commit b8fd7cc
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 = "7.2.2" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "7.3.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 @@
# [7.3.0](https://github.com/amplitude/Amplitude-iOS/compare/v7.2.2...v7.3.0) (2021-02-22)


### Features

* Set content-type header for HTTP requests ([#328](https://github.com/amplitude/Amplitude-iOS/issues/328)) ([21f138c](https://github.com/amplitude/Amplitude-iOS/commit/21f138c3886e781004f6604ba6b1e1f07dfdb9a4))

## [7.2.2](https://github.com/amplitude/Amplitude-iOS/compare/v7.2.1...v7.2.2) (2020-12-23)


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

Please sign in to comment.