From 2c145ee41cd29ad454ae9954aa81b1080a54a11c Mon Sep 17 00:00:00 2001 From: Mirko Van Colen Date: Sun, 18 Aug 2024 16:32:39 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fc5173..85a93c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- If forms.yaml is missing, it will be auto created. This is useful for new installations without docker-compose +- Same for certificates + +### Changed + +- Async await replacements for promises (readability) + +### Fixed + +- Some credentials bugfixes + ## [5.0.3] - 2024-06-21 ### Added