diff --git a/CHANGELOG.md b/CHANGELOG.md
index 458fa0940..9f071a98b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-### 0.19.6
+### 0.19.7
- fixing a glitch when confirming a request to join a closed circle
- generate a unique id on circles generated from the Contacts app
diff --git a/Makefile b/Makefile
index 536233f1d..bdf8c4d64 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable19
-version+=0.19.6
+version+=0.19.7
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ef90c9f9f..4591cdf65 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.19.6
+ 0.19.7
agpl
Maxence Lange