From 945cbf47102bd23c1cc0dab27628085ca4ab167b Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 29 Apr 2019 15:01:13 +0200 Subject: [PATCH] updates changelog for 6.1.6 --- CHANGELOG.md | 11 +++++++++++ latest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8fec5ac83..752c8f8caf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 6.2.0 (unreleased) +# 6.1.6 (2019-04-29) +### Features / Enhancements +* **Security**: Bump jQuery to 3.4.0 . [#16761](https://github.com/grafana/grafana/pull/16761), [@dprokop](https://github.com/dprokop) + +### Bug Fixes +* **Playlist**: Fix loading dashboards by tag. [#16727](https://github.com/grafana/grafana/pull/16727), [@marefr](https://github.com/marefr) + +# 6.1.5 (2019-04-29) + +* **Security**: Urgent security patch release. Please read more in our [blog](https://grafana.com/blog/2019/04/29/grafana-5.4.4-and-6.1.6-released-with-important-security-fix/) + # 6.1.4 (2019-04-16) ### Bug Fixes diff --git a/latest.json b/latest.json index 42613210e0f..47c25593c18 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "6.1.3", - "testing": "6.1.3" + "stable": "6.1.6", + "testing": "6.1.6" }