From e381b008594187d28b4f7c8d3791e74a70be52fc Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Tue, 6 Jun 2023 12:21:12 +0200 Subject: [PATCH] [v9.5.x] Changelog: Updated changelog for 9.5.3 (#69630) * Changelog: Updated changelog for 9.5.3 * Add missing changes Backport of #69626 --------- Co-authored-by: Horst Gutmann (cherry picked from commit 63adff0c6e8dbd203a0beb090f2126d9f271556d) 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 649b13a8646..9b6d5edacfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + + +# 9.5.3 (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.5.2 (2023-05-03)