v2.9.0
Some checks failed
Tests / Build & Lint (push) Has been cancelled
Tests / Unit tests (push) Has been cancelled
Docker Hub - Develop / docker-latest (push) Has been cancelled
Tests / Integration tests (push) Has been cancelled
Tests / Application Service Integration tests (push) Has been cancelled

This commit is contained in:
gnuxie
2025-12-18 12:57:34 +00:00
parent 1221eb2eed
commit 7ef871d3c7
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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",