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)