Skip to content

Commit

Permalink
Update version to 12.1.0, and add readme for messaging fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jun 25, 2024
1 parent 13a3195 commit 5a814f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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": "12.0.0",
"stable": "12.0.0",
"head": "12.0.0"
"released": "12.1.0",
"stable": "12.1.0",
"head": "12.1.0"
}
2 changes: 2 additions & 0 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ code.
[SDK documentation](https://developers.google.com/admob/cpp/sdk).
- Messaging (Android): Fixed a potential race condition on receiving
messages after cleanup.
- Messaging (iOS): Fixed an issue with notifications being lost if they
were received before Firebase Messaging was initialized.

### 12.0.0
- Changes
Expand Down

0 comments on commit 5a814f8

Please sign in to comment.