@@ -1,3 +1,8 @@
+# v6.8.0 -- M73
+- [changed] Functionally neutral refactor to simplify FirebaseCore's header usage and replace
+ Interop pods with headers only. This change is the reason most of the Firebase pods have a minor
+ version update and why there may not be another specific release note.
+
# v6.7.1 -- M71
- [fixed] Fixed `FirebaseApp`s `bundleID` verification, allowing exact `bundleID` matches
for extensions. (#5126)
@@ -1,5 +1,5 @@
-# Unreleased
-- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts
+# v4.1.0
+- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts. (#5665)
# v4.0.8 -- M67
- [fixed] Fix Catalyst build - removed deprecated unused Apple framework dependencies. (#5139)
@@ -1,4 +1,4 @@
-# v4.5.1
+# v4.6.0
- [changed] Removed typedefs from public API method signatures to improve Swift API usage from Xcode. (#5748)
# v4.5.0
+# 3.7.0
- [fixed] Fixed a crash when listAll() was called at the root location. (#5772)
# 3.6.1
+# v1.16.0
- [fixed] Fixed an issue that may have prevented the client from connecting
to the backend immediately after a user signed in.