From 997c5e234835b13b901f9e7e6bc79c58d296589d Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:38:58 +0100 Subject: [PATCH] Changelog: Updated changelog for 9.4.12 (#69617) * Changelog: Updated changelog for 9.4.12 * Add missing changes --------- Co-authored-by: Horst Gutmann --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8bee2e348..785219ff086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -544,6 +544,16 @@ Users who use LDAP role sync to only sync Viewer, Editor and Admin roles, but gr - **ContextMenu:** Fix padding and show border based on items. [#63948](https://github.com/grafana/grafana/pull/63948), [@aocenas](https://github.com/aocenas) + + +# 9.4.12 (2023-06-06) + +### Bug fixes + +- **Query:** Prevent crash while executing concurrent mixed queries +- **Alerting:** Require alert.notifications:write permissions to test receivers and templates + + # 9.4.10 (2023-05-08)