Version 0.6.2
This commit is contained in:
parent
00cbe75150
commit
908d881a6e
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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)
|
## Dendrite 0.6.1 (2022-02-04)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -17,7 +17,7 @@ var build string
|
||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 6
|
VersionMinor = 6
|
||||||
VersionPatch = 1
|
VersionPatch = 2
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue