diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c8114c45..622d517eb 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.1
+### 0.20.2
- fixing a migration issue on some database setup
- fixing an issue on local instance
diff --git a/Makefile b/Makefile
index ec9c96167..c0a265545 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.1
+version+=0.20.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a5d41df05..30d3ee311 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.1
+ 0.20.2
agpl
Maxence Lange