Skip to content

Commit 5a814f8

Browse files
committed
Update version to 12.1.0, and add readme for messaging fix.
1 parent 13a3195 commit 5a814f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cpp_sdk_version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "12.0.0",
3-
"stable": "12.0.0",
4-
"head": "12.0.0"
2+
"released": "12.1.0",
3+
"stable": "12.1.0",
4+
"head": "12.1.0"
55
}

release_build_files/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,8 @@ code.
642642
[SDK documentation](https://developers.google.com/admob/cpp/sdk).
643643
- Messaging (Android): Fixed a potential race condition on receiving
644644
messages after cleanup.
645+
- Messaging (iOS): Fixed an issue with notifications being lost if they
646+
were received before Firebase Messaging was initialized.
645647

646648
### 12.0.0
647649
- Changes

0 commit comments

Comments
 (0)