Преглед на файлове

Changelog updates for 8.11.0 (#9200)

Paul Beusterien преди 4 години
родител
ревизия
2ec7515e77
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      FirebaseAuth/CHANGELOG.md
  2. 1 1
      Firestore/CHANGELOG.md

+ 1 - 1
FirebaseAuth/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# v8.11.0
 - [changed] Added a `X-Firebase-GMPID` header to network requests. (#9046)
 - [fixed] Added multi-tenancy support to generic OAuth providers. (#7990)
 - [fixed] macOS Extension access to Shared Keychain by adding kSecUseDataProtectionKeychain recommended key (#6876)

+ 1 - 1
Firestore/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# v8.11.0
 - [fixed] Fixed an issue that can result in incomplete Query snapshots when an
   app is backgrounded during query execution.