From ce81d3d30a4ca5368f543e0c86e388f8be5d969b Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Tue, 6 Jun 2023 11:49:02 +0200 Subject: [PATCH] [v9.4.x] Changelog: Updated changelog for 9.4.12 (#69619) * Changelog: Updated changelog for 9.4.12 * Add missing changes Backport of #69617 --------- Co-authored-by: Horst Gutmann (cherry picked from commit 997c5e234835b13b901f9e7e6bc79c58d296589d) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e63c7ee4d..3b6f8d272b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + + +# 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)