Skip to content

Commit

Permalink
Update version numbers for 11.6.0 release. (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 16, 2023
1 parent a139319 commit b5b7e05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cpp_sdk_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"released": "11.5.0",
"stable": "11.5.0",
"head": "11.5.0"
"released": "11.6.0",
"stable": "11.6.0",
"head": "11.6.0"
}
5 changes: 3 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on *iOS* and *Android*:
* Firebase Dynamic Links
* Cloud Firestore
* Firebase Functions
* Google Mobile Ads
* Google Mobile Ads (with User Messaging Platform)
* Firebase Installations
* Firebase Instance ID (deprecated SDK)
* Firebase Realtime Database
Expand Down Expand Up @@ -631,8 +631,9 @@ workflow use only during the development of your app, not for publicly shipping
code.

## Release Notes
### Next Release
### 11.6.0
- Changes
- General (iOS): Update to Firebase Cocoapods version 10.16.0.
- Firestore: Add support for disjunctions in queries (OR queries)
([#1453](https://github.com/firebase/firebase-cpp-sdk/pull/1453)).
- GMA: Added the User Messaging Platform (UMP) SDK, required for obtaining
Expand Down

0 comments on commit b5b7e05

Please sign in to comment.