mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Version 0.6.2
This commit is contained in:
parent
00cbe75150
commit
908d881a6e
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## Dendrite 0.6.2 (2022-02-04)
|
||||
|
||||
### Fixes
|
||||
|
||||
* Resolves an issue where the key change consumer in the keyserver could consume extreme amounts of CPU
|
||||
|
||||
## Dendrite 0.6.1 (2022-02-04)
|
||||
|
||||
### Features
|
||||
|
@ -17,7 +17,7 @@ var build string
|
||||
const (
|
||||
VersionMajor = 0
|
||||
VersionMinor = 6
|
||||
VersionPatch = 1
|
||||
VersionPatch = 2
|
||||
VersionTag = "" // example: "rc1"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user