From c498c0e84609ff36aa531adc80ffe933ae9253d5 Mon Sep 17 00:00:00 2001 From: Stephanie Closson Date: Wed, 11 Mar 2020 09:49:51 -0600 Subject: [PATCH] Updated version and changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0d6b72..15e60f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [2.0.5] + - Bugfix for issue #61. This is a temp fix, as a proper fix requires refactoring some of the backend. + ## [2.0.4] - Bugfix for issue #73 diff --git a/package.json b/package.json index 0224cccb..92216a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-azure-data-explorer-datasource", - "version": "2.0.4", + "version": "2.0.5", "description": "Grafana data source for Azure Data Explorer", "scripts": { "build": "grafana-toolkit plugin:build && find src | grep '\\.d\\.ts$' | xargs rm -fv",