diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1549d5..a28447e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 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. +- Internal + - Update error code for user cancelation ([#472](https://github.com/google/GoogleSignIn-iOS/pull/472)) + - Allow providing a custom `nonce` via GSI to AppAuth ([#402](https://github.com/google/GoogleSignIn-iOS/pull/402)) + - Fix passing `nil` for `nonce` parameter ([#476](https://github.com/google/GoogleSignIn-iOS/pull/476)) + # 8.0.0 - General release adding Firebase App Check support to establish your application's integrity while signing in with Google diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index cd894310..5ac668c2 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleSignIn' - s.version = '8.0.0' + s.version = '8.1.0-vwg-eap-1.0.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 5e167e76..95ccaaf2 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ import PackageDescription -let googleSignInVersion = "8.0.0" +let googleSignInVersion = "8.1.0-vwg-eap-1.0.0" let package = Package( name: "GoogleSignIn",