From fce8e1ac867b5c2a262dc1b17c350e59f64da6c1 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Thu, 31 May 2018 10:28:12 -0700 Subject: [PATCH 1/2] Bumped version to 2.11.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 012d8a403..5ca2040b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Unreleased +- + +# v2.11.0 + + - [added] A new `auth.import_users()` API for importing users into Firebase Auth in bulk. - [fixed] The `db.Reference.update()` function now accepts dictionaries with diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index 32b9d64e9..4a0f44623 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.10.0' +__version__ = '2.11.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0' From eb805491fae99bbe576b10028ebd8122310c2e4f Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Thu, 31 May 2018 10:41:37 -0700 Subject: [PATCH 2/2] Removing redundant whitespace --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca2040b3..dcde30bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ # v2.11.0 - - [added] A new `auth.import_users()` API for importing users into Firebase Auth in bulk. - [fixed] The `db.Reference.update()` function now accepts dictionaries with