Skip to content

Commit 3859395

Browse files
authored
Prep for VwG EAP minor release. (#514)
1 parent f4dedcf commit 3859395

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 8.1.0-vwg-eap-1.1.0
2+
- Early Access Program supporting VwG.
3+
- Remove requirement for current user in verification flow.([#512](https://github.com/google/GoogleSignIn-iOS/pull/512))
4+
- Internal
5+
- Fix undefined symbols issue ([#470](https://github.com/google/GoogleSignIn-iOS/pull/470))
6+
- 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))
7+
18
# 8.1.0-vwg-eap-1.0.0
29
- Early Access Program supporting Verify with Google.
310
- 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.

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.1.0-vwg-eap-1.0.0'
3+
s.version = '8.1.0-vwg-eap-1.1.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.1.0-vwg-eap-1.0.0"
20+
let googleSignInVersion = "8.1.0-vwg-eap-1.1.0"
2121

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

0 commit comments

Comments
 (0)