Skip to content

Commit d43fb07

Browse files
authored
Update version number for 8.9.0 release. (#820)
1 parent 2f1fde7 commit d43fb07

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "8.8.0",
3-
"stable": "8.8.0",
4-
"head": "8.8.0"
2+
"released": "8.9.0",
3+
"stable": "8.9.0",
4+
"head": "8.9.0"
55
}

release_build_files/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,12 +567,13 @@ workflow use only during the development of your app, not for publicly shipping
567567
code.
568568

569569
## Release Notes
570-
### Next Release
570+
### 8.9.0
571571
- Changes
572572
- General (iOS): Fixed an intermittent crash on iOS 15 caused by
573573
constructing C++ objects during Objective-C's `+load` method.
574574
([#706](https://github.com/firebase/firebase-cpp-sdk/pull/706))
575575
([#783](https://github.com/firebase/firebase-cpp-sdk/pull/783))
576+
- General: Internal changes to Mutex class.
576577

577578
### 8.8.0
578579
- Changes

0 commit comments

Comments
 (0)