From 9785ce295d6905ac9ee38d4ed30860e22a7c2679 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Mon, 25 Nov 2024 16:12:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog)=20fix=20after=20PR=20me?= =?UTF-8?q?rge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The git rebase moved the changelog line without conflict so I did not detect it. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60b8b2..5f380fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Added + +- ✨(backend) add ServiceProvider #522 + ### Fixed - 🐛(admin) add organization on user #555 @@ -29,7 +33,6 @@ and this project adheres to - ✨(domains) allow creation of "pending" mailboxes - ✨(teams) allow team management for team admins/owners #509 -- ✨(backend) add ServiceProvider #522 ### Fixed