Skip to content

Commit 97f66c9

Browse files
author
Brandon Sneed
committed
Prepare for release 3.1.0.
1 parent 12226e8 commit 97f66c9

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22
==========
3+
4+
Version 3.1.0 *(14th July, 2020)*
5+
---------------------------------
6+
* Removed version pinning for Amplitude.
7+
* Moved to Amplitude pod, away from Amplitude-iOS pod.
8+
39
Version 3.0.1 *(21st February, 2020)*
410
-----------------------------
511
* Added Carthage support

Carthage/Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "amplitude/Amplitude-iOS" == 4.6.0
2-
github "segmentio/analytics-ios" == 3.7.0
1+
github "amplitude/Amplitude-iOS"
2+
github "segmentio/analytics-ios"

Carthage/Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "amplitude/Amplitude-iOS" "v4.6.0"
2-
github "segmentio/analytics-ios" "3.7.0"
1+
github "amplitude/Amplitude-iOS" "v5.2.1"
2+
github "segmentio/analytics-ios" "4.0.3"

Segment-Amplitude.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Amplitude"
3-
s.version = "3.0.2"
3+
s.version = "3.1.0"
44
s.summary = "Amplitude Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)