diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dc19d..01f7b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,9 @@ ## 0.0.1 -Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported. \ No newline at end of file +Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported. + +## 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 diff --git a/package.json b/package.json index ad6ac76..3dc8d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixie-pixie-datasource", - "version": "0.0.4", + "version": "0.0.5", "description": "Pixie's Grafana Datasource Plugin", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index 37bc7fa..f32bf48 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -28,8 +28,8 @@ } ], "screenshots": [], - "version": "0.0.4", - "updated": "2022-07-11" + "version": "0.0.5", + "updated": "2022-07-15" }, "dependencies": { "grafanaDependency": ">=7.0.0",