From 59553af237b982bab18637e256c840e1a45954c8 Mon Sep 17 00:00:00 2001 From: Xiangtian Dai Date: Fri, 22 Sep 2017 06:30:24 -0700 Subject: Plans next Auth release as 4.2.1 instead. (#306) --- Firebase/Auth/CHANGELOG.md | 6 +++--- Firebase/Auth/FirebaseAuth.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Firebase') 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 -- cgit v1.2.3