@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleDataTransport'
- s.version = '3.0.0'
+ s.version = '3.0.1'
s.summary = 'Google iOS SDK data transport.'
s.description = <<-DESC
@@ -1,3 +1,6 @@
+# v3.0.1
+- Fixes sanitizer issues and runtime errors. (#4039, #4027)
+
# v3.0.0
- Changes backgrounding logic to reduce background usage and properly complete
all tasks. (#3893)
@@ -1,7 +1,7 @@
s.name = 'GoogleDataTransportCCTSupport'
- s.version = '1.2.0'
+ s.version = '1.2.1'
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
@@ -1,3 +1,7 @@
+# v1.2.1
+- Fixes a threading issue with ivar access in GDTCORUploadCoordinator. (#4019)
# v1.2.0
- Updates GDT dependency to improve backgrounding logic.
- Reduces requests for background task creation. (#3893)