8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a76058 commit f4b9c8eCopy full SHA for f4b9c8e
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Unreleased
2
3
-- [added] Added `generate_password_reset_link()`,
+-
4
+
5
+# v2.16.0
6
7
+- [added] Added `generate_password_reset_link()`,
8
`generate_email_verification_link()` and `generate_sign_in_with_email_link()`
9
methods to the `auth` API.
10
- [added] Migrated the `auth` user management API to the
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.15.1'
+__version__ = '2.16.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments