From d45a307b27c3ed1ba3f029a53fce5d10f5acce55 Mon Sep 17 00:00:00 2001 From: Shawn Kuang Date: Wed, 21 Jun 2023 15:09:48 -0700 Subject: [PATCH] Update readme.md for 11.2.0 --- docs/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 697629ec1..95a90613a 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -71,8 +71,11 @@ Support Release Notes ------------- -### Upcoming Release +### 11.2.0 - Changes + - General: Update to Firebase C++ SDK version 11.2.0. + - General (Android): Update Firebase Android BoM dependencies to v32.1.1. + - General (iOS): Update Firebase Cocoapods dependencies to v10.11.0. - Remote Config (Desktop): Fixed numeric conversion when the system language's number format uses commas as decimal points. - Remote Config (Desktop): Fixed handling of time zones on Windows when the @@ -89,7 +92,7 @@ Release Notes - General: Fix an [issue](https://github.com/firebase/firebase-unity-sdk/issues/726) where AppCheck bundles were unintentionally included in App in the tgz. - Auth: Fix a [crash](https://github.com/firebase/firebase-unity-sdk/issues/733) - that could occur when referencing CurrentUser. + that could occur when referencing CurrentUser. - Auth: Remove internal methods. - Database/Firestore (Desktop): Fixed a crash on Windows when the user's home directory contains non-ANSI characters (Unicode above U+00FF).