This commit is contained in:
Kegan Dougal 2025-08-15 11:44:25 +01:00 committed by GitHub
parent cba2a953d4
commit e546df2e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# 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)
### Bug fixes

View file

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