Skip to content

Commit 81789f2

Browse files
authored
Post GDT patch release merge (#4065)
1 parent a59abed commit 81789f2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

GoogleDataTransport.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 = 'GoogleDataTransport'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.summary = 'Google iOS SDK data transport.'
55

66
s.description = <<-DESC

GoogleDataTransport/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v3.0.1
2+
- Fixes sanitizer issues and runtime errors. (#4039, #4027)
3+
14
# v3.0.0
25
- Changes backgrounding logic to reduce background usage and properly complete
36
all tasks. (#3893)

GoogleDataTransportCCTSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'GoogleDataTransportCCTSupport'
4-
s.version = '1.2.0'
4+
s.version = '1.2.1'
55
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
66

77

GoogleDataTransportCCTSupport/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.1
2+
- Fixes sanitizer issues and runtime errors. (#4039, #4027)
3+
- Fixes a threading issue with ivar access in GDTCORUploadCoordinator. (#4019)
4+
15
# v1.2.0
26
- Updates GDT dependency to improve backgrounding logic.
37
- Reduces requests for background task creation. (#3893)

0 commit comments

Comments
 (0)