diff --git a/CHANGELOG.md b/CHANGELOG.md index b86edf3..cc4189c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## v0.2.1 + * BUGFIX: change the `metrics` flag from `false` to `true` in `plugin.json` to ensure the plugin appears in the Grafana datasource selection list. ## v0.2.0 diff --git a/package.json b/package.json index 470a214..82fa752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victorialogs-datasource", - "version": "0.2.0", + "version": "0.2.1", "description": "VictoriaLogs datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",