Skip to content

Commit 786bcef

Browse files
authored
Bumped version to 2.14.0 (#230)
1 parent 4c28a8e commit 786bcef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Unreleased
22

3+
-
4+
5+
# v2.14.0
6+
37
- [added] A new `project_management` API for managing apps in a
48
project.
5-
- [added] `messaging.AndroidNotification`type now supports channel_id.
9+
- [added] `messaging.AndroidNotification` type now supports `channel_id`.
610
- [fixed] FCM errors sent by the back-end now include more details
711
that are helpful when debugging problems.
812
- [fixed] Fixing error handling in FCM. The SDK now checks the key
@@ -12,7 +16,6 @@
1216
- [fixed] Fixing a performance issue in the `db.listen()` API
1317
where it was taking a long time to process large RTDB nodes.
1418

15-
1619
# v2.13.0
1720

1821
- [added] The `db.Reference` type now provides a `listen()` API for

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""About information (version, etc) for Firebase Admin SDK."""
1616

17-
__version__ = '2.13.0'
17+
__version__ = '2.14.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)