From 01ecdc5d2dc489640d796b33e5f184f4f61c0cba Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 13 Jul 2020 14:51:49 -0100 Subject: [PATCH] 0.17.14 Signed-off-by: Maxence Lange --- CHANGELOG.md | 5 +++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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