diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index ed50a597c6e79c34dcec4db0986d4ae24dfee13b..fb18ce9d9473a7d6d51616334c41e1366321ad21 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"
}
]
},