diff --git a/CHANGELOG.md b/CHANGELOG.md index 894ef86b1..5ceae9ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased -- [added] Added `generate_password_reset_link()`, +- + +# v2.16.0 + +- [added] Added `generate_password_reset_link()`, `generate_email_verification_link()` and `generate_sign_in_with_email_link()` methods to the `auth` API. - [added] Migrated the `auth` user management API to the diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index fce8b8388..cba8bc848 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -14,7 +14,7 @@ """About information (version, etc) for Firebase Admin SDK.""" -__version__ = '2.15.1' +__version__ = '2.16.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'