From ef2c7292e10051c0c589d56c48ab76429cdc7ccf Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Mon, 10 Mar 2025 10:57:22 -0400 Subject: [PATCH] Update functions changelog The mergeback PR from last release didn't include the update to function's CHANGELOG.md file --- firebase-functions/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firebase-functions/CHANGELOG.md b/firebase-functions/CHANGELOG.md index e9fe66c897d..26bb8de7306 100644 --- a/firebase-functions/CHANGELOG.md +++ b/firebase-functions/CHANGELOG.md @@ -1,8 +1,15 @@ # Unreleased + +# 21.1.1 * [fixed] Resolve Kotlin migration visibility issues ([#6522](//github.com/firebase/firebase-android-sdk/pull/6522)) +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-functions` library. The Kotlin extensions library has no additional +updates. + # 21.1.0 * [changed] Migrated to Kotlin