From 38508c272ec6f8496b6189fdbe2843fcfc2cead4 Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Wed, 23 Oct 2024 18:46:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(CHANGELOG)=20fix=20modification=20?= =?UTF-8?q?declaration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One of unreleased modification declaration was declared in a wrong place --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec77123..743d4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Added + +- ✨(frontend) add tabs inside #466 + ### Fixed - ✏️(mail) fix typo into mailbox creation email @@ -23,7 +27,6 @@ and this project adheres to - ✨(api) add RELEASE version on config endpoint #459 - ✨(backend) manage roles on domain admin view - ✨(frontend) show version number in footer #369 -- ✨(frontend) add tabs inside #466 ### Changed