Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Prep changelogs for 10.27.0 / M148 #13005

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [added] Added support for catching the SIGTERM signal (#12881).
- [fixed] Fixed a hang when persisting Remote Config Rollouts to disk (#12913).

Expand Down
2 changes: 1 addition & 1 deletion FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [fixed] [CocoaPods] missing symbol error for FIRGetLoggerLevel. (#12899)

# 10.25.0
Expand Down
2 changes: 1 addition & 1 deletion FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [changed] Update internal socket implementation to use `NSURLSessionWebSocket` where
available. (#12883)

Expand Down
2 changes: 1 addition & 1 deletion FirebaseDynamicLinks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [added] Added deprecation warning in advance of August 25, 2025 Dynamic Links service shutdown. (#12995)

# 10.3.0
Expand Down
2 changes: 1 addition & 1 deletion FirebaseInAppMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [fixed] Fixed crash at app start that affected CocoaPods users using static
frameworks (#12882).

Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.27.0
- [fixed] Fixed bug preventing Messaging from working with a custom sqlite3
dependency (#12900).

Expand Down
Loading