diff --git a/CHANGELOG.md b/CHANGELOG.md index 22202d9d3a5..290f2326b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,17 @@ In order not to break all angular panel plugins and data sources we have some cu + + +# 7.3.5 (2020-12-10) + +### Bug fixes + +* **AzureMonitor**: Fix unit translation for MilliSeconds. [#29399](https://github.com/grafana/grafana/pull/29399), [@secustor](https://github.com/secustor) +* **Instrumentation**: Fix bug with invalid handler label value for HTTP request metrics. [#29529](https://github.com/grafana/grafana/pull/29529), [@bergquist](https://github.com/bergquist) + + + # 7.3.4 (2020-11-24) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 7845247c130..5c3b71ea122 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.3.5]({{< relref "release-notes-7-3-5" >}}) - [Release notes for 7.3.4]({{< relref "release-notes-7-3-4" >}}) - [Release notes for 7.3.3]({{< relref "release-notes-7-3-3" >}}) - [Release notes for 7.3.2]({{< relref "release-notes-7-3-2" >}}) diff --git a/docs/sources/release-notes/release-notes-7-3-5.md b/docs/sources/release-notes/release-notes-7-3-5.md new file mode 100644 index 00000000000..cc7672b4000 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-3-5.md @@ -0,0 +1,15 @@ ++++ +title = "Release notes for Grafana 7.3.5" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.3.5 + +### Bug fixes + +* **AzureMonitor**: Fix unit translation for MilliSeconds. [#29399](https://github.com/grafana/grafana/pull/29399), [@secustor](https://github.com/secustor) +* **Instrumentation**: Fix bug with invalid handler label value for HTTP request metrics. [#29529](https://github.com/grafana/grafana/pull/29529), [@bergquist](https://github.com/bergquist) +