diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f8082566..8709889fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-### 0.19.10
+### 0.19.11
- use https and http when in doubt
- reset test_nc_base on all failure of the test
diff --git a/Makefile b/Makefile
index e8575839d..5d083ee13 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable19
-version+=0.19.10
+version+=0.19.11
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 31f21969a..abd79eaf6 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.19.10
+ 0.19.11
agpl
Maxence Lange