diff --git a/CHANGELOG.md b/CHANGELOG.md index e703074f96d..7c171e008b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# 8.5.3 + +### Bug fixes + +- **Security:** fixes CVE-2022-29170. [#49240](https://github.com/grafana/grafana/pull/49240), [@xlson](https://github.com/xlson) + + # 8.5.2 (2022-05-03) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index aacc38ff83b..13d8d3f0951 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -8,6 +8,7 @@ weight = 10000 Here you can find detailed release notes that list everything that is included in every release as well as notices about deprecations, breaking changes as well as changes that relate to plugin development. +- [Release notes for 8.5.3]({{< relref "release-notes-8-5-3" >}}) - [Release notes for 8.5.2]({{< relref "release-notes-8-5-2" >}}) - [Release notes for 8.5.1]({{< relref "release-notes-8-5-1" >}}) - [Release notes for 8.5.0]({{< relref "release-notes-8-5-0" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-3.md b/docs/sources/release-notes/release-notes-8-5-3.md new file mode 100644 index 00000000000..0a3ba52b03b --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-3.md @@ -0,0 +1,12 @@ ++++ +title = "Release notes for Grafana 8.5.3" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.3 + +### Bug fixes + +- **Security:** fixes CVE-2022-29170. [#49240](https://github.com/grafana/grafana/pull/49240), [@xlson](https://github.com/xlson)