aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-11-06 13:19:38 -0800
committerGravatar GitHub <noreply@github.com>2017-11-06 13:19:38 -0800
commit8d6a574e458d9888cf800f0229ea2b7615646516 (patch)
treed78fd0294b7abd982c48e33dbc86eca19fc01004 /Firebase/Auth
parentd0c65d8fc4a19542cc43c1eb766a9debc3f8c182 (diff)
Update change log (#429)
* Updates change log for 4.3.2 * Small improvement * Updates podspec as well
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec2
2 files changed, 7 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 93ea24d..6862bba 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v4.3.2
+- Improves error handling for the phone number sign-in reCAPTCHA flow.
+- Improves error handling for phone number linking flow.
+- Fixes issue where after linking an anonymous user to a phone number the user remained
+ anonymous.
+
# v4.3.1
- Internal clean up.
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index a51d625..8823238 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.1'
+ s.version = '4.3.2'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC