Skip to content

Commit cb86d6d

Browse files
committed
v2.7.1
1 parent a3f9f1a commit cb86d6d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ 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.7.1] - 2025-10-13
16+
17+
### Fixed
18+
19+
- V12 policy rooms will not appear in the prompt for the ban command again.
20+
Reported by @ll-SKY-ll.
21+
22+
- Re-added the missing `alias add` command. Reported by @piegamesde.
23+
24+
- Added some logging to support
25+
https://github.com/the-draupnir-project/Draupnir/issues/976. Reported by
26+
@TheArcaneBrony.
27+
1528
## [v2.7.0] - 2025-10-10
1629

1730
### Project update

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.7.0",
3+
"version": "2.7.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)