aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-21 11:29:26 -0700
committerGravatar GitHub <noreply@github.com>2017-09-21 11:29:26 -0700
commit93bcf42a0bf3254f57f948fcdf6411b9f4184f1e (patch)
treecb85051a4ac4612f2e4b22196db63b7cd2e03e9d /Firebase
parent64462179c34df4606b62c7943818c1e8ace9a81f (diff)
Updates changelog for next Auth release of 4.3.0. (#303)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec2
2 files changed, 5 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 39b94df..2dbd5ee 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v4.3.0
+- Provides account creation and last sign-in dates as metadata to the user object.
+- Indicates whether or not the user is a new user in the additional user info object after signing in.
+
# v4.2.0
- Adds new phone number verification API which makes use of an intelligent reCAPTCHA to verify the application.
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 57b8a73..148ff90 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.0.0'
+ s.version = '4.3.0'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC