Skip to content

Commit e42ef15

Browse files
committed
v2.4.1
1 parent e0f6050 commit e42ef15

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to
1313
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15+
## [v2.4.1] - 2025-06-23
16+
17+
### Fixed
18+
19+
- Fixed an issue where protection config values were not validated or
20+
substituted with default values when protections were loaded. This effected
21+
the `RoomTakedownProtection` as described in
22+
https://github.com/the-draupnir-project/Draupnir/issues/911 reported by
23+
@FSG-Cat.
24+
1525
## [v2.4.0] - 2025-06-23
1626

1727
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

0 commit comments

Comments
 (0)