From ea17418adf1a8fb36c4b91ffb69d8d19e2b49445 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Mon, 16 Jul 2018 16:41:49 -0700 Subject: [PATCH 1/2] Bumped version to 2.12.0 --- CHANGELOG.md | 5 +++++ firebase_admin/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c372b4ac1..20b988612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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' From 539123805ad9771693cf8d17ee26d9e1254eea0c Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Tue, 17 Jul 2018 10:11:09 -0700 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b988612..60c6f2ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ # 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