Skip to content

Commit

Permalink
PREPARE 5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Aug 7, 2020
1 parent bda6427 commit 3948ac3
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,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Amplitude"
s.version = "5.2.1"
s.version = "5.3.0"
s.summary = "Amplitude iOS/tvOS/macOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.3.0 (Aug 6, 2020)

* Introducing `useDynamicConfig` flag!! Turning this flag on will find the best server url automatically based on users' geo location.
* Note 1. If you have your own proxy server and use `setServerUrl` API, please leave this OFF.
* Note 2. If you have users in China Mainland, we suggest you turn this on.
* Note 3. By default, this feature is OFF. So you need to explicitly set it to ON to use it.

## 5.2.1 (Jul 6, 2020)

* Removed obsolete certificates used for SSL Pinning before.
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.1";
NSString *const kAMPVersion = @"5.3.0";
NSString *const kAMPUnknownLibrary = @"unknown-library";
NSString *const kAMPUnknownVersion = @"unknown-version";
NSString *const kAMPEventLogDomain = @"api2.amplitude.com";
Expand Down

0 comments on commit 3948ac3

Please sign in to comment.