Skip to content

Commit 262f1a0

Browse files
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>
1 parent 60e5c04 commit 262f1a0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Firebase.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Firebase'
3-
s.version = '6.19.0'
3+
s.version = '6.20.0'
44
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'
55

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

7272
s.subspec 'Auth' do |ss|
7373
ss.dependency 'Firebase/CoreOnly'
74-
ss.dependency 'FirebaseAuth', '~> 6.4.3'
74+
ss.dependency 'FirebaseAuth', '~> 6.5.0'
7575
end
7676

7777
s.subspec 'Crashlytics' do |ss|

Firebase/Auth/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v6.5.0
2+
- [feature] Added support of Multi-factor Authentication. (#4823)
3+
14
# v6.4.1
25
- [fixed] Added support of UISceneDelegate for URL redirect. (#4380)
36
- [fixed] Fixed rawNonce in encoder. (#4337)

FirebaseAuth.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 = 'FirebaseAuth'
3-
s.version = '6.4.3'
3+
s.version = '6.5.0'
44
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)