Skip to content

Commit e546df2

Browse files
authored
v0.15.2 (#3637)
1 parent cba2a95 commit e546df2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## Dendrite 0.15.1 (2025-08-13)
49

510
### Bug fixes

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var build string
1818
const (
1919
VersionMajor = 0
2020
VersionMinor = 15
21-
VersionPatch = 1
21+
VersionPatch = 2
2222
VersionTag = "" // example: "rc1"
2323

2424
gitRevLen = 7 // 7 matches the displayed characters on github.com

0 commit comments

Comments
 (0)