From 91c91c966892d52bb58117318c2a684b99b40ccb Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Tue, 6 Aug 2019 17:30:37 +0300 Subject: [PATCH] Changelog 6.3.0 (#18414) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d71b435ae..2b6558a4771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 6.4.0 (unreleased) +# 6.3.0 (2019-08-06) +### Features / Enhancements +* **OAuth**: Do not set SameSite OAuth cookie if cookie_samesite is None. [#18392](https://github.com/grafana/grafana/pull/18392), [@papagian](https://github.com/papagian) + +### Bug Fixes +* **PanelLinks**: Fix render issue when there is no panel description. [#18408](https://github.com/grafana/grafana/pull/18408), [@dehrax](https://github.com/dehrax) + # 6.3.0-beta4 (2019-08-02) ### Features / Enhancements * **Auth Proxy**: Include additional headers as part of the cache key. [#18298](https://github.com/grafana/grafana/pull/18298), [@gotjosh](https://github.com/gotjosh)