We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85bb5c commit 3597947Copy full SHA for 3597947
3 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+Version 3.3.2 *(15th July, 2021)
5
+-------------------------------------
6
+* Bump the Amplitude SDK version to 8.3.0+
7
+* Bump deployment target to iOS 11
8
+
9
Version 3.3.1 *(4th May, 2021)
10
-------------------------------------
11
* Bump the Amplitude SDK version to 8.0+
Cartfile.resolved
@@ -1,2 +1,2 @@
github "amplitude/Amplitude-iOS" "v7.3.0"
-github "segmentio/analytics-ios" "4.1.3"
+github "segmentio/analytics-ios" "4.1.5"
Segment-Amplitude.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Amplitude"
- s.version = "3.3.1"
+ s.version = "3.3.2"
s.summary = "Amplitude Integration for Segment's analytics-ios library."
s.description = <<-DESC
0 commit comments