Skip to content

Commit e703826

Browse files
committed
Update the C++ version, and readme
1 parent 4711d80 commit e703826

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cmake/firebase_unity_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.179"
2727
)
2828

2929
# https://github.com/firebase/firebase-cpp-sdk
30-
set(FIREBASE_CPP_SDK_PRESET_VERSION "v11.8.0"
30+
set(FIREBASE_CPP_SDK_PRESET_VERSION "unity-v11.8.0"
3131
CACHE STRING
3232
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
3333
)

docs/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@ Support
7171

7272
Release Notes
7373
-------------
74-
### Upcoming
74+
### 11.7.0
7575
- Changes
7676
- General: Update to Firebase C++ SDK version 11.8.0.
7777
- General (Android): Update to Firebase Android BoM version 32.7.1.
7878
- General (iOS): Update to Firebase Cocoapods version 10.20.0.
79+
- Analytics: Updated the consent management API to include new consent
80+
signals.
81+
- Auth: Fix a bug where an anonymous account can't be linked with
82+
email password credential. For background, see [Email Enumeration
83+
Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
7984

8085
### 11.6.0
8186
- Changes

0 commit comments

Comments
 (0)