From 9ec16e921623acc80a405aaf96306e0e9ece83fe Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 14 Nov 2020 16:56:26 +0200 Subject: [PATCH] Update changelog. --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8845089..d3adef0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.5.2 +* Fix issues with host verification failing with a custom port +* Add env variable to change configuration file path. +* Change user creation to not ask for a password (and clarify the readme). + ## Version 0.5.1 * Enforce collections to always have a collection type set * Collection saving: add another verification for collection UID uniqueness.