Skip to content

Commit

Permalink
Prepare v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Sep 26, 2020
1 parent 2426c4b commit e638e2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Amplitude"
s.version = "7.0.1"
s.version = "7.1.0"
s.summary = "Amplitude iOS/tvOS/macOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### As of September 25, 2020 CHANGELOG.md is no longer manually updated.
Please check the [releases page](https://github.com/amplitude/Amplitude-iOS/releases) for up to date changes.

## 7.0.1 (Sep 20, 2020)
* Fix issues for nullable/nonnull declaration in `Amplitude.h`
* Fix [#286](https://github.com/amplitude/Amplitude-iOS/issues/286)
Expand Down
1 change: 0 additions & 1 deletion Sources/Amplitude/AMPBubbleView.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ - (void)loadViewFromNib {
[self addSubview:view];
}


@end
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.0.1";
NSString *const kAMPVersion = @"7.1.0";
NSString *const kAMPUnknownLibrary = @"unknown-library";
NSString *const kAMPUnknownVersion = @"unknown-version";
NSString *const kAMPEventLogDomain = @"api2.amplitude.com";
Expand Down

0 comments on commit e638e2f

Please sign in to comment.