We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6c050 commit 70d9817Copy full SHA for 70d9817
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.12.0
6
7
- [added] Implemented the ability to create custom tokens without
8
service account credentials.
9
- [added] Admin SDK can now read the project ID from both `GCLOUD_PROJECT` and
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.11.0'
+__version__ = '2.12.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments