diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69998536d98..b07e7f66c47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.7 – 2023-07-20
+### Fixed
+- Make conversation name and description selectable
+ [#9784](https://github.com/nextcloud/spreed/issues/9784)
+
## 15.0.6 – 2023-05-25
### Changed
- Allow Brave browser without unsupported warning
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6196bca8d24..f1879d5112e 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.6
+ 15.0.7
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index b92c0651760..78561861e85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "15.0.6",
+ "version": "15.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "15.0.6",
+ "version": "15.0.7",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 2cfcbfe5b0d..597493680b8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "15.0.6",
+ "version": "15.0.7",
"private": true,
"description": "",
"author": "Joas Schilling ",