aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-10-20 13:13:35 -0700
committerGravatar GitHub <noreply@github.com>2017-10-20 13:13:35 -0700
commit36a52eac7aa7a970e8197aa67cedcb312d4462d0 (patch)
tree35f08f6a4310d8f973bae59d8f298faaf73f4596 /Firebase/Auth
parentb8747b93399fc9a448a08a4eb9dc20cc2f6e09ea (diff)
Updates the change log for Auth release 4.3.1 (#392)
* Updates the changelog for M20. * Updates podspec version * uses correct single quote character
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md3
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec2
2 files changed, 4 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 74a2730..93ea24d 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v4.3.1
+- Internal clean up.
+
# v4.3.0
- Provides account creation and last sign-in dates as metadata to the user
object.
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 148ff90..a51d625 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.3.0'
+ s.version = '4.3.1'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC