From 81ea719329c68a60053181253eda56f2e2ea5e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 28 Jul 2018 13:14:30 +0200 Subject: [PATCH] Prepare changelog for 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92dc70c47..61ee9d9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.4.1 - 2018-07-28 + +### Added + +- Make app compatible with Nextcloud 14 + +### Fixed + +- Fix bug with file upload on unlimited quota +- Fix issue on MySQL databases that don't support 4-byte characters +- Fix check when assigning users + ## 0.4.0 - 2018-07-11 ### Added