aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-06-25 14:48:09 -0700
committerGravatar GitHub <noreply@github.com>2018-06-25 14:48:09 -0700
commit14dd9dc2704038c3bf702426439683cee4dc941a (patch)
treeb0a39ffb5f4ba61e715136ef1f5447e39cb07333 /Firebase/Auth/CHANGELOG.md
parentf2c102887bb59074bc85a0473b93eb33f5244aac (diff)
parent17af03b58183f34ad1d1f0f46995315e67f43031 (diff)
Merge pull request #1448 from morganchen12/auth3
Fix bad JWT parsing
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 2669fc0..d70626b 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v5.0.3
+- Fix an issue where JWT date timestamps weren't parsed correctly.
+
# v5.0.2
- Fix an issue where anonymous accounts weren't correctly promoted to
non-anonymous when linked with passwordless email auth accounts.