diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72b9e9120..476656b20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+### 0.20.4
+
+- caching display name
+- better maintenance of circles & shares
+- fixing an issue with new members
+
### 0.20.3
diff --git a/Makefile b/Makefile
index 0c06e377f..5ed966f80 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.3
+version+=0.20.4
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cf2e14c0a..798514ca3 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.3
+ 0.20.4
agpl
Maxence Lange