aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-13 14:10:09 -0800
committerGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-02-13 14:10:09 -0800
commit2c107697d8c849816b818487b3b285697a2ef00d (patch)
tree68bdfe0c37701b828a2cd0c1b7b00692b407982f /Firebase/Auth/CHANGELOG.md
parentac13e30e63c7a34973ed6a138626ff587549e3a6 (diff)
Fix off-by-one error in Auth changelog (#789)
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 38fec69..9a44414 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,7 +1,7 @@
-# v4.4.2
+# v4.4.3
- Adds an explicit dependency on CoreGraphics from Firebase Auth.
-# v4.4.1
+# v4.4.2
- Fixes bug where the FIRAuthResult object returned following a Phone Number authentication
always contained a nil FIRAdditionalUserInfo object. Now the FIRAdditionalUserInfo object is
never nil and its newUser field is populated correctly.