From 98e963b800a201f2821e9223dcb0776f64ec2836 Mon Sep 17 00:00:00 2001
From: Lukasz Lopatowski <llopat@man.poznan.pl>
Date: Mon, 14 Apr 2025 16:16:48 +0200
Subject: [PATCH] Updated changelog.json

---
 src/main/resources/changelog.json | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index ed50a597c..fb18ce9d9 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -2,12 +2,17 @@
   "versions" : [
     {
       "verNo" : "1.7.1",
-      "date" : "(2025/04/10)",
+      "date" : "(2025/04/14)",
       "topic" : [
         {
-          "title" : "Authentication and user access improvements",
+          "title" : "Authentication and user access enhancements",
           "tags" : "[Enhancement]",
-          "description" : "JWT size reduction and account linking mechanism"
+          "description" : "JWT size reduction and improved account linking mechanism"
+        },
+        {
+          "title" : "User role management improvements",
+          "tags" : "[Enhancement]",
+          "description" : "Properly handing role removal action and removed obsolete calls to the backend API"
         }
       ]
     },
-- 
GitLab