From d6bdf8bcc10156719d18a38d545ed4f758f0452a Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Wed, 7 Sep 2022 17:20:55 -0700 Subject: [PATCH 1/5] Update changelog for the 6.2.4 release. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9333066..a21f063f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 6.2.4 (2022-9-7) +* Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#207](https://github.com/google/GoogleSignIn-iOS/pull/207)) + # 6.2.3 (2022-8-18) - Fix resource loading in GoogleSignInSwift with CocoaPods use_frameworks! ([#197](https://github.com/google/GoogleSignIn-iOS/pull/197)) - Prevent build errors for GoogleSignInSwift in certain scenarios when using Swift Package Manager. ([#166](https://github.com/google/GoogleSignIn-iOS/pull/166)) From 851d146cfaaee7fdace5293d7411891251805932 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Wed, 7 Sep 2022 17:21:55 -0700 Subject: [PATCH 2/5] Bump the podspec version to 6.2.4. --- GoogleSignIn.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index 7a953219..2113f684 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignIn' - s.version = '6.2.3' + s.version = '6.2.4' s.summary = 'Enables iOS apps to sign in with Google.' s.description = <<-DESC The Google Sign-In SDK allows users to sign in with their Google account from third-party apps. From dc3b60f55fafaee7f0b431348072251cdae084ee Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Wed, 7 Sep 2022 17:22:29 -0700 Subject: [PATCH 3/5] Bump the Swift package version to 6.2.4. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 83af7168..db9a0d38 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ import PackageDescription -let googleSignInVersion = "6.2.3" +let googleSignInVersion = "6.2.4" let package = Package( name: "GoogleSignIn", From 4052ce870b7d4c3bcfc6e247a1dfef81dd35442f Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 13 Sep 2022 09:33:15 -0700 Subject: [PATCH 4/5] Bump version for Swift support podspec. --- GoogleSignInSwiftSupport.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleSignInSwiftSupport.podspec b/GoogleSignInSwiftSupport.podspec index 0c8c9251..73a6ccaa 100644 --- a/GoogleSignInSwiftSupport.podspec +++ b/GoogleSignInSwiftSupport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignInSwiftSupport' - s.version = '6.2.3' + s.version = '6.2.4' s.swift_version = '4.0' s.summary = 'Adds Swift-focused support for Google Sign-In.' s.description = 'Additional Swift support for the Google Sign-In SDK.' From 8b66421d1969ec1a2329e04fa77fa4cd141b6c0a Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 13 Sep 2022 09:36:13 -0700 Subject: [PATCH 5/5] Update changelog entry date. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21f063f..247e511c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 6.2.4 (2022-9-7) -* Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#207](https://github.com/google/GoogleSignIn-iOS/pull/207)) +# 6.2.4 (2022-9-13) +- Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#207](https://github.com/google/GoogleSignIn-iOS/pull/207)) # 6.2.3 (2022-8-18) - Fix resource loading in GoogleSignInSwift with CocoaPods use_frameworks! ([#197](https://github.com/google/GoogleSignIn-iOS/pull/197))