From 7c6c0a4d7c17aea498c2d6c32570ce142d992ac7 Mon Sep 17 00:00:00 2001 From: brianna Date: Fri, 11 Apr 2025 12:01:23 -0700 Subject: [PATCH] Prep for vwg eap minor release. --- CHANGELOG.md | 7 +++++++ GoogleSignIn.podspec | 2 +- Package.swift | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28447e6..f52047a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 8.1.0-vwg-eap-1.1.0 +- Early Access Program supporting VwG. + - Remove requirement for current user in verification flow.([#512](https://github.com/google/GoogleSignIn-iOS/pull/512)) +- Internal + - Fix undefined symbols issue ([#470](https://github.com/google/GoogleSignIn-iOS/pull/470)) + - Fix swift integration tests ([#494](https://github.com/google/GoogleSignIn-iOS/pull/494), [#497](https://github.com/google/GoogleSignIn-iOS/pull/497), [#498](https://github.com/google/GoogleSignIn-iOS/pull/498)) + # 8.1.0-vwg-eap-1.0.0 - Early Access Program supporting Verify with Google. - Use [`-[GIDVerifyAccountDetail verifyAccountDetails:presentingViewController:completion:]`](https://github.com/google/GoogleSignIn-iOS/blob/6998b744055dc6c027b84ce6651626e0b88294d6/GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h#L72-L83) to initate the verification flow. diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index 5ac668c2..b96a54df 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignIn' - s.version = '8.1.0-vwg-eap-1.0.0' + s.version = '8.1.0-vwg-eap-1.1.0' 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. diff --git a/Package.swift b/Package.swift index 4561e912..b1dff70c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ import PackageDescription -let googleSignInVersion = "8.1.0-vwg-eap-1.0.0" +let googleSignInVersion = "8.1.0-vwg-eap-1.1.0" let package = Package( name: "GoogleSignIn",