Skip to content

Commit

Permalink
chore(release): 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.2.0](v7.1.1...v7.2.0) (2020-10-26)

### Bug Fixes

* macOS 10.11/10.13 compile warning fix ([#309](#309)) ([d834b6c](d834b6c))

### Features

* Add setSessionId to public API ([#312](#312)) ([7db7d34](7db7d34))
  • Loading branch information
amplitude-sdk-bot committed Oct 26, 2020
1 parent 7db7d34 commit f6b1972
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 = "7.1.1" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "7.2.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 @@
# [7.2.0](https://github.com/amplitude/Amplitude-iOS/compare/v7.1.1...v7.2.0) (2020-10-26)


### Bug Fixes

* macOS 10.11/10.13 compile warning fix ([#309](https://github.com/amplitude/Amplitude-iOS/issues/309)) ([d834b6c](https://github.com/amplitude/Amplitude-iOS/commit/d834b6c58d0aae77802399330e751fc418b66f3d))


### Features

* Add setSessionId to public API ([#312](https://github.com/amplitude/Amplitude-iOS/issues/312)) ([7db7d34](https://github.com/amplitude/Amplitude-iOS/commit/7db7d3441d16a8a86b712b1e0a8fa9918b3a40ae))

## [7.1.1](https://github.com/amplitude/Amplitude-iOS/compare/v7.1.0...v7.1.1) (2020-10-20)


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

Please sign in to comment.