diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ee8e68090..94e10774dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1260,6 +1260,16 @@ Issue [#33352](https://github.com/grafana/grafana/issues/33352) + + +# 7.5.13 (2022-01-18) + +### Bug fixes + +- **[v7.5.x] Alerting:** Fix NoDataFound for alert rules using AND operator (#41305). [#44066](https://github.com/grafana/grafana/pull/44066), [@armandgrillet](https://github.com/armandgrillet) + + + # 7.5.11 (2021-10-05) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index a5658a1b26d..2ae655180d9 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -48,6 +48,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) - [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}}) - [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}}) +- [Release notes for 7.5.13]({{< relref "release-notes-7-5-13" >}}) - [Release notes for 7.5.12]({{< relref "release-notes-7-5-12" >}}) - [Release notes for 7.5.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-13.md b/docs/sources/release-notes/release-notes-7-5-13.md new file mode 100644 index 00000000000..c9542c5eab5 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-13.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.13" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.13 + +### Bug fixes + +- **[v7.5.x] Alerting:** Fix NoDataFound for alert rules using AND operator (#41305). [#44066](https://github.com/grafana/grafana/pull/44066), [@armandgrillet](https://github.com/armandgrillet)