diff --git a/CHANGELOG.md b/CHANGELOG.md index 03982aafa..24190cf70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +- + +# v2.15.0 + - [changed] Taking a direct dependency on `google-api-core[grpc]` in order to resolve some long standing Firestore installation problems. - `messaging.WebpushConfig` class now supports configuring additional diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index c8b932120..6027e802f 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.14.0' +__version__ = '2.15.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'