From f323a6151ccead571c443ac4d033b339b98d2f39 Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Thu, 15 Jun 2023 16:17:09 +0200 Subject: [PATCH] Changelog: Updated changelog for 9.2.19 (#70170) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ae785d2d0..2407545500d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1472,6 +1472,7 @@ The following functions and classes related to logs are deprecated in the `grafa ### Bug fixes - **Alerting:** Require alert.notifications:write permissions to test receivers and templates +- **Auth:** Remove the session cookie only if it's invalid or revoked. [#68795](https://github.com/grafana/grafana/issues/68795), [@mgyongyosi](https://github.com/mgyongyosi)