diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d323c0c1..6bb85951e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Unreleased -- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly - handling some message parameters like `AndroidConfig.ttl`. -- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update - exposes the `v1beta` and `v1` clients and provides direct access to the +- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update + exposes the `v1beta` and `v1` clients and provides direct access to the underlying Firestore and Firestore Admin RPCs. Please note that you will have to provide your Firebase credentials directly to these clients. - + +# v7.1.1 + +- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly + handling some message parameters like `AndroidConfig.ttl`. + # v7.1.0 - [added] A new `messaging.sendAll()` API for sending multiple messages as a diff --git a/package-lock.json b/package-lock.json index be1fd55bd8..fba6f48ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "firebase-admin", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb56c7ff3a..8a4e63150a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-admin", - "version": "7.1.0", + "version": "7.1.1", "description": "Firebase admin SDK for Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0",