aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-22 06:30:24 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-22 06:30:24 -0700
commit59553af237b982bab18637e256c840e1a45954c8 (patch)
treeb6be3b57269ed5fb308bf6c44b6567f1bdafae4d /Firebase
parentf333bd5c188d553057c2dcc099b5da42edd1d495 (diff)
Plans next Auth release as 4.2.1 instead. (#306)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec2
2 files changed, 4 insertions, 4 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 2dbd5ee..3a659e4 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,6 +1,6 @@
-# v4.3.0
-- Provides account creation and last sign-in dates as metadata to the user object.
-- Indicates whether or not the user is a new user in the additional user info object after signing in.
+# v4.2.1
+- Fixes a threading issue in phone number auth that completion block was not
+ executed on the main thread in some error cases.
# v4.2.0
- Adds new phone number verification API which makes use of an intelligent reCAPTCHA to verify the application.
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 148ff90..f8e708f 100644
--- a/Firebase/Auth/FirebaseAuth.podspec
+++ b/Firebase/Auth/FirebaseAuth.podspec
@@ -4,7 +4,7 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
- s.version = '4.3.0'
+ s.version = '4.2.1'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC