0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-21 23:03:44 +02:00

Dendrite 0.8.1

This commit is contained in:
Neil Alexander 2022-04-07 17:13:14 +01:00
parent 7902859bc1
commit 955e6eb307
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## Dendrite 0.8.1 (2022-04-07)
### Fixes
* A bug which could result in the sync API deadlocking due to lock contention in the notifier has been fixed
## Dendrite 0.8.0 (2022-04-07)
### Features

View file

@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 8
VersionPatch = 0
VersionPatch = 1
VersionTag = "" // example: "rc1"
)