diff --git a/CHANGELOG.md b/CHANGELOG.md index 49396c2cae2..978cdd1c0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + + +# 8.5.6 (2022-06-14) + +### Bug fixes + +- **Dashboard:** Fixes random scrolling on time range change. [#50379](https://github.com/grafana/grafana/pull/50379), [@torkelo](https://github.com/torkelo) +- **Security:** Fixes minor code scanning security warnings in old vendored javascript libs. [#50382](https://github.com/grafana/grafana/pull/50382), [@torkelo](https://github.com/torkelo) + + + # 8.5.5 (2022-06-06) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index f420438b6ec..ef4b86ed012 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,7 +10,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.6]({{< relref "release-notes-8-5-6" >}}) - [Release notes for 8.5.5]({{< relref "release-notes-8-5-5" >}}) - [Release notes for 8.5.4]({{< relref "release-notes-8-5-4" >}}) - [Release notes for 8.5.3]({{< relref "release-notes-8-5-3" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-6.md b/docs/sources/release-notes/release-notes-8-5-6.md new file mode 100644 index 00000000000..f21b5222524 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-6.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.5.6" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.6 + +### Bug fixes + +- **Dashboard:** Fixes random scrolling on time range change. [#50379](https://github.com/grafana/grafana/pull/50379), [@torkelo](https://github.com/torkelo) +- **Security:** Fixes minor code scanning security warnings in old vendored javascript libs. [#50382](https://github.com/grafana/grafana/pull/50382), [@torkelo](https://github.com/torkelo)