diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62ae288eb..0d8ce4b7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-### 0.18.6
+### 0.18.7
- new database structure
- dynamic route for payload delivery
diff --git a/Makefile b/Makefile
index 1b9810d81..60fd37e92 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable18
-version+=0.18.6
+version+=0.18.7
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5970c1c27..b92d3caa0 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.18.6
+ 0.18.7
agpl
Maxence Lange