diff options
author | Zsika Phillip <protocol86@users.noreply.github.com> | 2018-02-07 15:30:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 15:30:50 -0800 |
commit | e2293daa81bd755387bdc7d74b4fefffdd139e3d (patch) | |
tree | 4e1c6a2977c7809ab0aba07b92522d87cbef0bf6 /Firebase/Auth | |
parent | 976635fd87a1abbb9c28590a6377a4b887583ab1 (diff) |
Updates version of Firebase Auth in Changelog (#771)
* Updates version of Firebase Auth in Changelog
* addresses comments
Diffstat (limited to 'Firebase/Auth')
-rw-r--r-- | Firebase/Auth/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md index 176ae3b..38fec69 100644 --- a/Firebase/Auth/CHANGELOG.md +++ b/Firebase/Auth/CHANGELOG.md @@ -1,3 +1,6 @@ +# v4.4.2 +- Adds an explicit dependency on CoreGraphics from Firebase Auth. + # v4.4.1 - Fixes bug where the FIRAuthResult object returned following a Phone Number authentication always contained a nil FIRAdditionalUserInfo object. Now the FIRAdditionalUserInfo object is |