diff options
author | Morgan Chen <morganchen12@gmail.com> | 2018-06-25 17:08:15 -0700 |
---|---|---|
committer | Morgan Chen <morganchen12@gmail.com> | 2018-06-25 17:08:15 -0700 |
commit | 8e6a88dce6bf528f42d973162b585600448b1ecd (patch) | |
tree | 134684ec9d6ff25a5ea59603411562cb9c59e010 /Firebase | |
parent | 17af03b58183f34ad1d1f0f46995315e67f43031 (diff) |
Fix bad versions in Auth changelog
Diffstat (limited to 'Firebase')
-rw-r--r-- | Firebase/Auth/CHANGELOG.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md index d70626b..d5d0782 100644 --- a/Firebase/Auth/CHANGELOG.md +++ b/Firebase/Auth/CHANGELOG.md @@ -1,7 +1,5 @@ -# v5.0.3 -- Fix an issue where JWT date timestamps weren't parsed correctly. - # v5.0.2 +- Fix an issue where JWT date timestamps weren't parsed correctly. - Fix an issue where anonymous accounts weren't correctly promoted to non-anonymous when linked with passwordless email auth accounts. |