diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a3bc42e..5fc1a759e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +- + +# v2.17.0 + - [added] Added new `send_all()` and `send_multicast()` APIs to the `messasing` module. - [added] Added a new `auth.DELETE_ATTRIBUTE` sentinel value, which can be diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index cba8bc848..a5141c5e3 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.16.0' +__version__ = '2.17.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'