From be55d6ea09f24be0834ed79c4f67b86b5ac9d99d Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Tue, 15 Oct 2024 12:55:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(CHANGELOG)=20fix=20some=20modifica?= =?UTF-8?q?tions=20declaration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some unreleased declarations was declared in a wrong place --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bbb5b..1126a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,9 @@ and this project adheres to ## [Unreleased] -### Fixed - -- ✨(api) add RELEASE version on config endpoint #459 -- 🐛(frontend) fix update accesses form #448 - ### Added +- ✨(api) add RELEASE version on config endpoint #459 - ✨(backend) manage roles on domain admin view - ✨(frontend) show version number in footer #369 @@ -24,6 +20,7 @@ and this project adheres to ### Fixed +- 🐛(frontend) fix update accesses form #448 - 🛂(backend) do not duplicate user when disabled ## [1.2.1] - 2024-10-03