Skip to content

Commit 1af68d8

Browse files
author
Brandon Sneed
committed
Prepare for release 3.2.1.
1 parent 746f500 commit 1af68d8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 3.2.1 *(23rd September, 2020)
5+
-------------------------------------
6+
* Fixed compile issue w/ 7.0.1 build of Amplitude-iOS
7+
* Added mechanism to allow idfa and location services to be configured in Amplitude-iOS.
8+
49
Version 3.2.0 *(15th July, 2020)*
510
---------------------------------
611
* Updated Carthage to use Analytics 4.0.x.

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" "v5.2.1"
2-
github "segmentio/analytics-ios" "4.0.4"
1+
github "amplitude/Amplitude-iOS" "v5.3.0"
2+
github "segmentio/analytics-ios" "4.0.5"

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.2.0"
3+
s.version = "3.2.1"
44
s.summary = "Amplitude Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)