diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f7b86..6ec6792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## 0.0.1 +## 0.0.6 -Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported. +- Remove redundant example query from script dropdown ## 0.0.5 - Fix bug where column/groupby builder selections were cleared out when changing visualization type - Update script descriptions to indicate the visualization type to use + +## 0.0.1 + +Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported. diff --git a/package.json b/package.json index 3dc8d7e..7d03aaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixie-pixie-datasource", - "version": "0.0.5", + "version": "0.0.6", "description": "Pixie's Grafana Datasource Plugin", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index f32bf48..17449ea 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -28,8 +28,8 @@ } ], "screenshots": [], - "version": "0.0.5", - "updated": "2022-07-15" + "version": "0.0.6", + "updated": "2022-07-19" }, "dependencies": { "grafanaDependency": ">=7.0.0",