diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c70ba4920c..bb53619b6ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 14.0.10 – 2023-03-24
+### Fixed
+- fix(calls): Fix RemoteVideoBlocker still active after removing its associated model
+ [#9133](https://github.com/nextcloud/spreed/pull/9133)
+- fix(reactions): Fix reacting to people that left
+ [#8887](https://github.com/nextcloud/spreed/pull/8887)
+
## 14.0.9 – 2023-02-23
### Changed
- Update some dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8bbc32129ec..14f19a9f86b 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
]]>
- 14.0.9
+ 14.0.10
agpl
Aleksandra Lazarević