diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c1e3f..7bcc2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ 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.4.1] - 2025-06-23 + +### Fixed + +- Fixed an issue where protection config values were not validated or + substituted with default values when protections were loaded. This effected + the `RoomTakedownProtection` as described in + https://github.com/the-draupnir-project/Draupnir/issues/911 reported by + @FSG-Cat. + ## [v2.4.0] - 2025-06-23 ### Added diff --git a/package.json b/package.json index e9610cb..53de23a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "2.4.0", + "version": "2.4.1", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git",