Skip to content

Commit

Permalink
Bumped version to 2.14.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Dec 4, 2018
1 parent 4c28a8e commit 786bcef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Expand Up @@ -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'
Expand Down

0 comments on commit 786bcef

Please sign in to comment.