Update Release note and prepare 1.9.4 release (#5604)

* Update Release note and prepare 1.9.4 release

This PR updates release notes and prepare 1.9.4 release

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Remove spaces

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Add additional note for header plugin change.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2022-09-08 10:35:03 -07:00
committed by GitHub
parent 8737ad49b3
commit 1f0a41a665
2 changed files with 60 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.9.3"
CoreVersion = "1.9.4"
coreName = "CoreDNS"
serverType = "dns"
)