From 0584d9f8c1ffc01e83acf55c9944914f1f9c9b91 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Tue, 4 Dec 2018 13:01:02 -0800 Subject: [PATCH] Bumped version to 2.14.0 --- CHANGELOG.md | 7 +++++-- firebase_admin/__about__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ba4de00..addacbd2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Unreleased +- + +# v2.14.0 + - [added] A new `project_management` API for managing apps in a project. -- [added] `messaging.AndroidNotification`type now supports channel_id. +- [added] `messaging.AndroidNotification` type now supports `channel_id`. - [fixed] FCM errors sent by the back-end now include more details that are helpful when debugging problems. - [fixed] Fixing error handling in FCM. The SDK now checks the key @@ -12,7 +16,6 @@ - [fixed] Fixing a performance issue in the `db.listen()` API where it was taking a long time to process large RTDB nodes. - # v2.13.0 - [added] The `db.Reference` type now provides a `listen()` API for diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index 022e5126d..c8b932120 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.13.0' +__version__ = '2.14.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'