diff --git a/CHANGELOG.md b/CHANGELOG.md index c372b4ac1..60c6f2ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +- + +# v2.12.0 + - [added] Implemented the ability to create custom tokens without service account credentials. - [added] Admin SDK can now read the project ID from both `GCLOUD_PROJECT` and diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index 4a0f44623..f8be16b87 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.11.0' +__version__ = '2.12.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'