From 7e0ff4e36bc64d59115e50a89c1781342181ec89 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Feb 2022 21:14:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679bb42fe..a5e160794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved the export functionality for activities (respect filtering) +- Removed the _Admin_ user from the database seeding +- Assigned the role `ADMIN` on sign up (only if there is no admin yet) + +### Todo + +- Apply data migration (`yarn database:migrate`) ## 1.111.0 - 03.02.2022