Skip to content

Commit

Permalink
Prepare for release 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Jul 14, 2020
1 parent 12226e8 commit 97f66c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Change Log
==========

Version 3.1.0 *(14th July, 2020)*
---------------------------------
* Removed version pinning for Amplitude.
* Moved to Amplitude pod, away from Amplitude-iOS pod.

Version 3.0.1 *(21st February, 2020)*
-----------------------------
* Added Carthage support
Expand Down
4 changes: 2 additions & 2 deletions Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "amplitude/Amplitude-iOS" == 4.6.0
github "segmentio/analytics-ios" == 3.7.0
github "amplitude/Amplitude-iOS"
github "segmentio/analytics-ios"
4 changes: 2 additions & 2 deletions Carthage/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "amplitude/Amplitude-iOS" "v4.6.0"
github "segmentio/analytics-ios" "3.7.0"
github "amplitude/Amplitude-iOS" "v5.2.1"
github "segmentio/analytics-ios" "4.0.3"
2 changes: 1 addition & 1 deletion Segment-Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Amplitude"
s.version = "3.0.2"
s.version = "3.1.0"
s.summary = "Amplitude Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down

0 comments on commit 97f66c9

Please sign in to comment.