Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 6.20.0 #5118

Merged
merged 4 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release artifacts for M66.1 (#5089)
* Bump Firebase version to 6.20.0

* Bump Auth pod version (#5064)

Co-authored-by: Chuan Ren <renkelvin@gmail.com>
  • Loading branch information
ryanwilson and renkelvin authored Mar 12, 2020
commit 262f1a090cccfab2396eb2ff2e52188ad169fd9f
4 changes: 2 additions & 2 deletions Firebase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Firebase'
s.version = '6.19.0'
s.version = '6.20.0'
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -71,7 +71,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'Auth' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseAuth', '~> 6.4.3'
ss.dependency 'FirebaseAuth', '~> 6.5.0'
end

s.subspec 'Crashlytics' do |ss|
Expand Down
3 changes: 3 additions & 0 deletions Firebase/Auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v6.5.0
- [feature] Added support of Multi-factor Authentication. (#4823)

# v6.4.1
- [fixed] Added support of UISceneDelegate for URL redirect. (#4380)
- [fixed] Fixed rawNonce in encoder. (#4337)
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
s.version = '6.4.3'
s.version = '6.5.0'
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down