Skip to content

Commit 4dbde23

Browse files
authored
Prep for VwG EAP release. (#488)
1 parent 6998b74 commit 4dbde23

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 8.1.0-vwg-eap-1.0.0
2+
- Early Access Program supporting Verify with Google.
3+
- 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.
4+
- Internal
5+
- Update error code for user cancelation ([#472](https://github.com/google/GoogleSignIn-iOS/pull/472))
6+
- Allow providing a custom `nonce` via GSI to AppAuth ([#402](https://github.com/google/GoogleSignIn-iOS/pull/402))
7+
- Fix passing `nil` for `nonce` parameter ([#476](https://github.com/google/GoogleSignIn-iOS/pull/476))
8+
19
# 8.0.0
210
- General release adding Firebase App Check support to establish your
311
application's integrity while signing in with Google

GoogleSignIn.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 = 'GoogleSignIn'
3-
s.version = '8.0.0'
3+
s.version = '8.1.0-vwg-eap-1.0.0'
44
s.summary = 'Enables iOS apps to sign in with Google.'
55
s.description = <<-DESC
66
The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.

Package.swift

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

1818
import PackageDescription
1919

20-
let googleSignInVersion = "8.0.0"
20+
let googleSignInVersion = "8.1.0-vwg-eap-1.0.0"
2121

2222
let package = Package(
2323
name: "GoogleSignIn",

0 commit comments

Comments
 (0)