Skip to content

Commit

Permalink
chore(release): 7.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.2.1](v7.2.0...v7.2.1) (2020-12-02)

### Bug Fixes

* Make resources files to be visible inside xcode project ([#313](#313)) ([64aa1ad](64aa1ad))
* SPM macOS/tvOS disable event explorer ([#315](#315)) ([e3e763c](e3e763c))
  • Loading branch information
amplitude-sdk-bot committed Dec 2, 2020
1 parent 1149ca9 commit d8047b9
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "7.2.1" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [7.2.1](https://github.com/amplitude/Amplitude-iOS/compare/v7.2.0...v7.2.1) (2020-12-02)


### Bug Fixes

* Make resources files to be visible inside xcode project ([#313](https://github.com/amplitude/Amplitude-iOS/issues/313)) ([64aa1ad](https://github.com/amplitude/Amplitude-iOS/commit/64aa1ad48d9682a562e9a3d85f4b8b1797a41303))
* SPM macOS/tvOS disable event explorer ([#315](https://github.com/amplitude/Amplitude-iOS/issues/315)) ([e3e763c](https://github.com/amplitude/Amplitude-iOS/commit/e3e763c08d6879d6c002c8031f3d5baffd8abb26))

# [7.2.0](https://github.com/amplitude/Amplitude-iOS/compare/v7.1.1...v7.2.0) (2020-10-26)


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

Please sign in to comment.