Skip to content

Commit 56b7bcc

Browse files
authored
Prepare for App Check Beta 1.1.0 release (#394)
1 parent ebf681c commit 56b7bcc

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 7.1.0-fac-beta-1.1.0
2+
- Beta release supporting Firebase App Check tokens used
3+
to establish your application's integrity while signing in with Google
4+
- Adds privacy manifest support released in [v7.1.0](https://github.com/google/GoogleSignIn-iOS/releases/tag/7.1.0)
5+
- Internal
6+
- Check integration test for presubmit instruction ([#368](https://github.com/google/GoogleSignIn-iOS/pull/368))
7+
- Test skip integration key ([#374](https://github.com/google/GoogleSignIn-iOS/pull/374))
8+
- Add Privacy Manifest to App Check Release Branch ([#392](https://github.com/google/GoogleSignIn-iOS/pull/392))
9+
- [Add return type to init in GIDFakeFetcherService header](https://github.com/google/GoogleSignIn-iOS/commit/ebf681cac127497da55c932cb5bbf185971a29e7)
10+
11+
# 7.1.0-fac-beta-1.0.0
12+
- Beta release supporting Firebase App Check tokens used
13+
to establish your application's integrity while signing in with Google
14+
115
# 7.1.0
216
- Update to Swift 5.0 in `GoogleSignInSwiftSupport` pod ([#317](https://github.com/google/GoogleSignIn-iOS/pull/317))
317
- Documentation updates ([#351](https://github.com/google/GoogleSignIn-iOS/pull/351), [#372](https://github.com/google/GoogleSignIn-iOS/pull/372))

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 = '7.1.0-fac-beta-1.0.0'
3+
s.version = '7.1.0-fac-beta-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.

GoogleSignInSwiftSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
'CoreGraphics',
2525
'SwiftUI',
2626
]
27-
s.dependency 'GoogleSignIn', '~> 7.1.0-fac-beta-1.0.0'
27+
s.dependency 'GoogleSignIn', '~> 7.1.0-fac-beta-1.1.0'
2828
s.resource_bundles = {
2929
'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
3030
}

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 = "7.1.0-fac-beta-1.0.0"
20+
let googleSignInVersion = "7.1.0-fac-beta-1.1.0"
2121

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

0 commit comments

Comments
 (0)