Skip to content

Commit

Permalink
Prepare 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Jul 7, 2020
1 parent 046fcb9 commit a66e1b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 = "5.2.0"
s.version = "5.2.1"
s.summary = "Amplitude iOS/tvOS/macOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.2.1 (Jul 6, 2020)

* Removed obsolete certificates used for SSL Pinning before.

## 5.2.0 (Jun 2, 2020)

* Fixed an implementation issue in SSL pinning. If you're using SSL pinning, please update your SDK ASAP.
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 = @"5.2.0";
NSString *const kAMPVersion = @"5.2.1";
NSString *const kAMPUnknownLibrary = @"unknown-library";
NSString *const kAMPUnknownVersion = @"unknown-version";
NSString *const kAMPEventLogDomain = @"api.amplitude.com";
Expand Down

0 comments on commit a66e1b6

Please sign in to comment.