diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48a8147ba28..ba481054c7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.1.6 – 2021-07-15
+### Fixed
+- Fix connection quality stats not reset when setting a new peer connection
+ [#5770](https://github.com/nextcloud/spreed/pull/5770)
+
+## 10.0.9 – 2021-07-15
+### Fixed
+- Fix connection quality stats not reset when setting a new peer connection
+ [#5769](https://github.com/nextcloud/spreed/pull/5769)
+
## 10.1.5 – 2021-06-04
### Fixed
- Regenerate session id after entering conversation password
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 93f1ae3d0b3..22d2277c1ae 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
]]>
- 10.1.5
+ 10.1.6
agpl
Daniel Calviño Sánchez