From 15288b0e84337d262920166b359b768e96af196c Mon Sep 17 00:00:00 2001 From: Torkel Odegaard Date: Thu, 17 Apr 2014 22:25:04 +0200 Subject: [PATCH] version bump to 1.5.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697ca26f86f..816a2a8ac6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# vNext +# 1.5.3 - Text panel now accepts html (for links to other dashboards, etc) (Issue #236) - Fix for Text panel, now changes take effect directly (Issue #251) - Fix when adding functions without params that did not cause graph to update (Issue #267) diff --git a/package.json b/package.json index 63c8fb654db..7d0203c5a79 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "company": "Coding Instinct AB" }, "name": "grafana", - "version": "1.5.2", + "version": "1.5.3", "repository": { "type": "git", "url": "http://github.com/torkelo/grafana.git"