This commit is contained in:
Kegan Dougal 2025-08-15 11:19:43 +01:00
parent cba2a953d4
commit 3cd7bd428b
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## Dendrite 0.15.2 (2025-08-15)
### Bug fixes
- Fixed an issue which could cause Dendrite to crash on startup if the room state lacked a create event.
## Dendrite 0.15.1 (2025-08-13) ## Dendrite 0.15.1 (2025-08-13)
### Bug fixes ### Bug fixes

View file

@ -18,7 +18,7 @@ var build string
const ( const (
VersionMajor = 0 VersionMajor = 0
VersionMinor = 15 VersionMinor = 15
VersionPatch = 1 VersionPatch = 2
VersionTag = "" // example: "rc1" VersionTag = "" // example: "rc1"
gitRevLen = 7 // 7 matches the displayed characters on github.com gitRevLen = 7 // 7 matches the displayed characters on github.com