Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djih committed Sep 18, 2017
1 parent c495909 commit 1b2a651
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Amplitude-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Amplitude-iOS"
s.version = "3.14.1"
s.version = "4.0.0"
s.summary = "Amplitude mobile analytics iOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
s.author = { "Amplitude" => "dev@amplitude.com" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.14.1" }
s.ios.deployment_target = '6.0'
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v4.0.0" }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'Amplitude/*.{h,m}', 'Amplitude/SSLCertificatePinning/*.{h,m}'
s.resources = 'Amplitude/*.der'
Expand Down
2 changes: 1 addition & 1 deletion Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import "AMPConstants.h"

NSString *const kAMPLibrary = @"amplitude-ios";
NSString *const kAMPVersion = @"3.14.1";
NSString *const kAMPVersion = @"4.0.0";
NSString *const kAMPEventLogDomain = @"api.amplitude.com";
NSString *const kAMPEventLogUrl = @"https://api.amplitude.com/";
NSString *const kAMPDefaultInstance = @"$default_instance";
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Unreleased

### 4.0.0 (September 18, 2017)

* Minimum required iOS version is now 9.0
* Removed deprecated methods, fixed warnings in Xcode 9, adding support for iOS 11.
* Migrate setup instructions and SDK documentation in the README file to Zendesk articles.

### 3.14.1 (March, 14, 2017)
### 3.14.1 (March 14, 2017)

* Catch exceptions when looking up device carrier.
* Fix build warnings caused by certificate files in the Podfile. Thanks to @benasher44 for the PR.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An iOS SDK for tracking events and revenue to [Amplitude](https://www.amplitude.
Please see our [installation guide](https://amplitude.zendesk.com/hc/en-us/articles/115002278527-iOS-SDK-Installation) for instructions on installing and using our iOS SDK.

# Latest Version #
[3.14.1 - Released on March 14, 2017](https://github.com/amplitude/Amplitude-iOS/releases/latest)
[4.0.0 - Released on September 18, 2017](https://github.com/amplitude/Amplitude-iOS/releases/latest)
[![Circle CI](https://circleci.com/gh/amplitude/Amplitude-iOS.svg?style=shield&circle-token=e1b2a7d2cd6dd64ac3643bc8cb2117c0ed5cbb75)](https://circleci.com/gh/amplitude/Amplitude-iOS/tree/master)
[![CocoaPods](https://img.shields.io/cocoapods/v/Amplitude-iOS.svg?style=flat)](http://cocoadocs.org/docsets/Amplitude-iOS/)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down

0 comments on commit 1b2a651

Please sign in to comment.