Bump version to 1.9.1, and add release notes (#5247)

This PR bumps coredns to 1.9.1 and add release notes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2022-03-11 09:30:37 -08:00
committed by GitHub
parent 83f7e0db30
commit 4b597f8308
2 changed files with 39 additions and 1 deletions

View File

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