diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bcd915..c52121c9 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.8.0] - 2025-12-18 + +### Changed + +- The ServerBanSynchronisationProtection capabilities now only render when + server ACL fails to apply in order to reduce noise. + +- The ServerBanSynchronisationProtection capability providers have been renamed + so that they are specific to the protection. + ## [v2.8.0] - 2025-11-23 ### Changed diff --git a/package.json b/package.json index 6d164cfd..1e88b476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "2.8.0", + "version": "2.9.0", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git",