diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f2278cde4..5f79c6a35ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 7.0.2 (2020-06-03) + +- **Security**: Urgent security patch release. Please read more in our [blog](https://grafana.com/blog/2020/06/03/grafana-6.7.4-and-7.0.2-released-with-important-security-fix/) + # 7.0.1 (2020-05-26) ### Features / Enhancements @@ -363,6 +367,10 @@ We have also extended the time zone options so you can select any of the standar - **Rich history**: Fix create url and run query for various datasources. [#23627](https://github.com/grafana/grafana/pull/23627), [@ivanahuckova](https://github.com/ivanahuckova) - **Security**: Fix XSS vulnerability in table panel. [#23816](https://github.com/grafana/grafana/pull/23816), [@torkelo](https://github.com/torkelo) +# 6.7.4 (2020-06-03) + +- **Security**: Urgent security patch release. Please read more in our [blog](https://grafana.com/blog/2020/06/03/grafana-6.7.4-and-7.0.2-released-with-important-security-fix/) + # 6.7.3 (2020-04-23) ### Bug Fixes diff --git a/latest.json b/latest.json index 5fd52aa8a9d..3157d9906fc 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "7.0.1", - "testing": "7.0.1" + "stable": "7.0.2", + "testing": "7.0.2" }