diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ab8aa18220..e87360c8474 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.0-rc.5 – 2022-10-13
+### Fixed
+- Fix frequent emoji list breaking due to multiple emoji-data versions
+- Keep emoji picker open even when hovering another message
+- Adjust dashboard API list to be the same as in the web
+- Upgrade to @nextcloud/vue v7.0.0
+
## 15.0.0-rc.4 – 2022-10-10
### Fixed
- Fix call button missing on Safari for iPadOS
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 66ef2f6ede0..a8e28d601db 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
]]>
- 15.0.0-rc.4
+ 15.0.0-rc.5
agpl
Daniel Calviño Sánchez