This commit is contained in:
gnuxie
2025-05-29 20:07:03 +01:00
parent ed9a14b84d
commit ee76799ec9
2 changed files with 13 additions and 2 deletions

View File

@@ -12,7 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.3.0] - 2025-05-21
## [v2.3.1] - 2025-05-29
### Fixed
- `RoomTakedownProtection` would fail to creat a notification room if it the
homeserver at any point failed to invite remote users. We invite users to the
room separately.
- `RoomTakedownProtection` would invite non joined members of the mangagement
room to the newly created notification room. Including left and banned users.
## [v2.3.0] - 2025-05-29
This update stabilizes several features for
[homeserver administrators](https://the-draupnir-project.github.io/draupnir-documentation/bot/homeserver-administration)

View File

@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.3.0",
"version": "2.3.1",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",