diff --git a/CHANGELOG.md b/CHANGELOG.md
index f738e7b03..fe3a109ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.15.7
+
+- fixing an issue on the front-end with linked groups
+
## 0.15.6
diff --git a/Makefile b/Makefile
index 1e62b5a4d..e8d97df87 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable14
-version+=0.15.6
+version+=0.15.7
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e5299b7bb..1e4551fde 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
- 0.15.6
+ 0.15.7
agpl
Maxence Lange