diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index bc68e287e00..05273f32dcd 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 7.5.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) - [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}}) - [Release notes for 7.5.8]({{< relref "release-notes-7-5-8" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-11.md b/docs/sources/release-notes/release-notes-7-5-11.md new file mode 100644 index 00000000000..5dd9fb437f3 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-11.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.11" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.11 + +### Bug fixes + +- **Security**: Fixes CVE-2021-39226. For more information, see our [blog](https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/)