Skip to content

Commit 283a50d

Browse files
committed
v2.5.1
1 parent dccb0e3 commit 283a50d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ 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.5.1] - 2025-08-06
16+
17+
This is a small release that makes Draupnir compatible with V12 rooms. Please
18+
update your Draupnir now. We do not recommend anyone upgrade their rooms to V12
19+
unless they have to. See
20+
https://marewolf.me/posts/draupnir/25/do-not-upgrade-to-v12.html . We are
21+
working on features that will make room upgrades very easy for Draupnir users.
22+
See https://github.com/the-draupnir-project/planning/issues/44.
23+
24+
### Fixed
25+
26+
- Draupnir can now join and interact with V12 rooms.
27+
28+
- If you are a Draupnir for all / appservice administrator and your homesever
29+
sets the default room version to 12, new Draupnir will be able to be
30+
provisioned.
31+
32+
- The error logging when the config for `acceptInvitesFromSpace` is incorrect
33+
has been improved.
34+
1535
## [v2.5.0] - 2025-07-08
1636

1737
### 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.5.0",
3+
"version": "2.5.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)