Skip to content

Commit

Permalink
Prep for 6.2.1 release (#138)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Bump GoogleSignIn podspec version.

* Bump GoogleSignInSwiftSupport podspec version.

* Bump Swift package version.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
petea committed May 19, 2022
1 parent 987350a commit 21b8c78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 6.2.1 (2022-5-19)
- Use `GoogleSignInSwiftSupport` as the name of the Swift support CocoaPod. ([#137](https://github.com/google/GoogleSignIn-iOS/pull/137))

# 6.2.0 (2022-5-18)
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104)]
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104))
- Added a SwiftUI "Sign in with Google" button. ([#103](https://github.com/google/GoogleSignIn-iOS/pull/103))
- Added the ability to request additional scopes at sign-in time. ([#30](https://github.com/google/GoogleSignIn-iOS/pull/30))
- Fixed several issues. ([#87](https://github.com/google/GoogleSignIn-iOS/pull/87), [#106](https://github.com/google/GoogleSignIn-iOS/issues/106))
Expand Down
2 changes: 1 addition & 1 deletion GoogleSignIn.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleSignIn'
s.version = '6.2.0'
s.version = '6.2.1'
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.
Expand Down
2 changes: 1 addition & 1 deletion GoogleSignInSwiftSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleSignInSwiftSupport'
s.version = '6.2.0'
s.version = '6.2.1'
s.swift_version = '4.0'
s.summary = 'Adds Swift-focused support for Google Sign-In.'
s.description = 'Additional Swift support for the Google Sign-In SDK.'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import PackageDescription

let googleSignInVersion = "6.2.0"
let googleSignInVersion = "6.2.1"

let package = Package(
name: "GoogleSignIn",
Expand Down

0 comments on commit 21b8c78

Please sign in to comment.