v0.15.1 Changelog

This commit is contained in:
Kegan Dougal 2025-08-13 10:55:42 +01:00
parent 0945374736
commit 60729ee2d6
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## Dendrite 0.15.1 (2025-08-13)
### Bug fixes
- Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by [viviicat](https://github.com/viviicat))
## Dendrite 0.15.0 (2025-08-12)
### ⚠ Important

View file

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