diff --git a/CHANGELOG.md b/CHANGELOG.md
index 810871a84..71c2ba150 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
+### 0.17.14
+
+- fixing some auth on dav connection
+
+
### 0.17.13
- allow self signed certificate: self_signed_cert
diff --git a/Makefile b/Makefile
index c261c4eba..94a3eb817 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable16
-version+=0.17.13
+version+=0.17.14
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bad7fa2e6..a67667021 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.17.13
+ 0.17.14
agpl
Maxence Lange