We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba2a95 commit e546df2Copy full SHA for e546df2
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Dendrite 0.15.2 (2025-08-15)
4
+
5
+### Bug fixes
6
+ - Fixed an issue which could cause Dendrite to crash on startup if the room state lacked a create event.
7
8
## Dendrite 0.15.1 (2025-08-13)
9
10
### Bug fixes
internal/version.go
@@ -18,7 +18,7 @@ var build string
18
const (
19
VersionMajor = 0
20
VersionMinor = 15
21
- VersionPatch = 1
+ VersionPatch = 2
22
VersionTag = "" // example: "rc1"
23
24
gitRevLen = 7 // 7 matches the displayed characters on github.com
0 commit comments