diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eddc2a37f6..a7ae785d2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1040,6 +1040,7 @@ Sentry frontend logging provider will be removed with next major version. Issue ### 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. [#68796](https://github.com/grafana/grafana/issues/68796), [@mgyongyosi](https://github.com/mgyongyosi)