diff --git a/CHANGELOG.md b/CHANGELOG.md
index af46e04f6..e6c924062 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-### 0.20.5
+### 0.20.6
- use https and http when in doubt
- reset test_nc_base on all failure of the test
diff --git a/Makefile b/Makefile
index c5128324b..23dd6fe39 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.20.5
+version+=0.20.6
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 73c753a48..d576c4f38 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.20.5
+ 0.20.6
agpl
Maxence Lange