Skip to content

Commit 21b8c78

Browse files
authored
Prep for 6.2.1 release (google#138)
* Update CHANGELOG.md * Bump GoogleSignIn podspec version. * Bump GoogleSignInSwiftSupport podspec version. * Bump Swift package version. * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 987350a commit 21b8c78

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# 6.2.1 (2022-5-19)
2+
- Use `GoogleSignInSwiftSupport` as the name of the Swift support CocoaPod. ([#137](https://github.com/google/GoogleSignIn-iOS/pull/137))
3+
14
# 6.2.0 (2022-5-18)
2-
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104)]
5+
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104))
36
- Added a SwiftUI "Sign in with Google" button. ([#103](https://github.com/google/GoogleSignIn-iOS/pull/103))
47
- Added the ability to request additional scopes at sign-in time. ([#30](https://github.com/google/GoogleSignIn-iOS/pull/30))
58
- Fixed several issues. ([#87](https://github.com/google/GoogleSignIn-iOS/pull/87), [#106](https://github.com/google/GoogleSignIn-iOS/issues/106))

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 = '6.2.0'
3+
s.version = '6.2.1'
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
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleSignInSwiftSupport'
3-
s.version = '6.2.0'
3+
s.version = '6.2.1'
44
s.swift_version = '4.0'
55
s.summary = 'Adds Swift-focused support for Google Sign-In.'
66
s.description = 'Additional Swift support for the Google Sign-In SDK.'

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 = "6.2.0"
20+
let googleSignInVersion = "6.2.1"
2121

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

0 commit comments

Comments
 (0)