diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82506fa5ca9..5bdc578d090 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 16.0.0-rc.2 – 2023-03-06
+### Changed
+- Update several dependencies
+- Migrate RichText component usage to NcRichText
+ [#8959](https://github.com/nextcloud/spreed/pull/8959)
+
+### Fixed
+- Design review changes for breakout rooms handling
+ [#8962](https://github.com/nextcloud/spreed/pull/8962)
+- Add documentation for OCC commands
+ [#8907](https://github.com/nextcloud/spreed/pull/8907)
+
## 16.0.0-rc.1 – 2023-03-02
### Changed
- Update several dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c6125480b8c..de23b1cf518 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 16.0.0-rc.1
+ 16.0.0-rc.2
agpl
Daniel Calviño Sánchez