diff --git a/CHANGELOG.md b/CHANGELOG.md index 6486eedc18b..79c42499def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 2.5.1 (unreleased) +### Bug Fixes +* **dashboard**: fix for collapse row by clicking on row title, fixes [#3065](https://github.com/grafana/grafana/issues/3065) + # 2.5 (2015-10-28) **New Feature: Mix data sources** diff --git a/package.json b/package.json index fde78ebd8bd..543b6362d76 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "company": "Coding Instinct AB" }, "name": "grafana", - "version": "2.5.0", + "version": "2.5.1-pre1", "repository": { "type": "git", "url": "http://github.com/torkelo/grafana.git" diff --git a/public/app/partials/dashboard.html b/public/app/partials/dashboard.html index 8a063820a53..09c80fd3341 100644 --- a/public/app/partials/dashboard.html +++ b/public/app/partials/dashboard.html @@ -78,7 +78,7 @@