Browse Source

[Release] Update CHANGELOGs for 10.12.0 release (#11493)

Nick Cooke 2 years ago
parent
commit
52b19da986
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Crashlytics/CHANGELOG.md
  2. 1 1
      FirebasePerformance/CHANGELOG.md
  3. 1 1
      Firestore/CHANGELOG.md

+ 1 - 1
Crashlytics/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# 10.12.0
 - [changed] Updated `upload-symbols` to version 3.16 with support for new default build settings in Xcode 15 (#11463)
 - [changed] Re-enabled dSYM uploads for Flutter apps building with `--obfuscate` and updated instructions for de-obfuscating Dart stacktraces
 - [fixed] `upload-symbols` / `run` now support apps with `User Script Sandboxing` set to `YES` when all input files are present in the build phase. Please see the Pull Request for the full list of input files (#11463)

+ 1 - 1
FirebasePerformance/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# 10.12.0
 - [fixed] Make Firebase performance compatible with Xcode15.
 - [changed] Removed the capability to access Carrier information of the device since that API is deprecated by Apple.
 

+ 1 - 1
Firestore/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# 10.12.0
 - [feature] Implemented an optimization in the local cache synchronization logic
   that reduces the number of billed document reads when documents were deleted
   on the server while the client was not actively listening to the query