diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3e0fb182a..9533c8acc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + + + +# 8.1.1 (2021-08-09) + +### Bug fixes + +* **CloudWatch Logs:** Fix crash when no region is selected. [#37639](https://github.com/grafana/grafana/pull/37639), [@aocenas](https://github.com/aocenas) +* **Reporting:** Fix timezone parsing for scheduler (enterprise) + + # 8.1.0 (2021-08-05) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 43035fed2ad..8f713d5d1b0 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.1.1]({{< relref "release-notes-8-1-1" >}}) - [Release notes for 8.1.0]({{< relref "release-notes-8-1-0" >}}) - [Release notes for 8.1.0-beta3]({{< relref "release-notes-8-1-0-beta3" >}}) - [Release notes for 8.1.0-beta2]({{< relref "release-notes-8-1-0-beta2" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-1.md b/docs/sources/release-notes/release-notes-8-1-1.md new file mode 100644 index 00000000000..b5e51b3cd23 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-1.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 8.1.1" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.1 + +### Bug fixes + +* **CloudWatch Logs:** Fix crash when no region is selected. [#37639](https://github.com/grafana/grafana/pull/37639), [@aocenas](https://github.com/aocenas) +