diff --git a/CHANGELOG.md b/CHANGELOG.md
index 834e95cd3..fde26f914 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
+### 0.20.8
+
+- fix an issue with query on null on GS Setup
+
+
### 0.20.7
- adding a configuration to fix generated link on proxy setup: frontal_cloud_id
diff --git a/Makefile b/Makefile
index 692817830..f16a09de3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable20
-version+=0.20.7
+version+=0.20.8
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 24c5b330a..dd7347c70 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.7
+ 0.20.8
agpl
Maxence Lange