diff --git a/FirebaseAuth/CHANGELOG.md b/FirebaseAuth/CHANGELOG.md index a66c8f1d9ee..93cccc30b48 100644 --- a/FirebaseAuth/CHANGELOG.md +++ b/FirebaseAuth/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 11.6.0 - [fixed] Restore Firebase 10 behavior by synchronizing access to the `Auth.currentUser` API. This resolves some Firebase 11 issues where the current user is unexpectedly `nil` at startup. diff --git a/FirebasePerformance/CHANGELOG.md b/FirebasePerformance/CHANGELOG.md index a5679e943cc..6ac0cee960b 100644 --- a/FirebasePerformance/CHANGELOG.md +++ b/FirebasePerformance/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 11.6.0 - [fixed] Fix a crash related to registering for notifications when the app is between foreground or background states. (#13174) # 11.5.0 diff --git a/FirebaseVertexAI/CHANGELOG.md b/FirebaseVertexAI/CHANGELOG.md index a7c1b1aaba5..469cfdb0e5f 100644 --- a/FirebaseVertexAI/CHANGELOG.md +++ b/FirebaseVertexAI/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 11.6.0 - [changed] The token counts from `GenerativeModel.countTokens(...)` now include tokens from the schema for JSON output and function calling; reported token counts will now be higher if using these features. diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 61c08250d85..ee7ea12f87f 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 11.6.0 - [fixed] Add conditional `Sendable` conformance so `ServerTimestamp` is `Sendable` if `T` is `Sendable`. (#14042)