diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa6f988762..00b49946826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,16 @@ Panel queries and/or annotation queries that used more than one statistic will b + + +# 8.1.5 (2021-09-21) + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) + + + # 8.1.4 (2021-09-16) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 4d9a99a1cf5..80e33b1eec4 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -9,6 +9,7 @@ Here you can find detailed release notes that list everything that is included i about deprecations, breaking changes as well as changes that relate to plugin development. - [Release notes for 8.2.0-beta1]({{< relref "release-notes-8-2-0-beta1" >}}) +- [Release notes for 8.1.5]({{< relref "release-notes-8-1-5" >}}) - [Release notes for 8.1.4]({{< relref "release-notes-8-1-4" >}}) - [Release notes for 8.1.3]({{< relref "release-notes-8-1-3" >}}) - [Release notes for 8.1.2]({{< relref "release-notes-8-1-2" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-5.md b/docs/sources/release-notes/release-notes-8-1-5.md new file mode 100644 index 00000000000..2640920d475 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-5.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 8.1.5" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.5 + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) +