Skip to content

Commit

Permalink
Update CHANGELOG.md and plug.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lcc3108 committed Aug 24, 2023
1 parent 28f57f8 commit c155e32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 0.2.1
- Fix healthcheck fail when no profile or no property([#80](https://github.com/blackcowmoo/grafana-google-analytics-datasource/pull/80))
- Update README to remove hardcoded GCP Project ID([#79](https://github.com/blackcowmoo/grafana-google-analytics-datasource/pull/79))
- Support custom metrics and dimensions([#69](https://github.com/blackcowmoo/grafana-google-analytics-datasource/pull/69/files))

## 0.2.0
- support GA4
- change query editor UI
- go version 1.18 -> 1.20
- update dependencies
## 0.1.5
- support grafana version < 11
- update dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blackcowmoo-googleanalytics-datasource",
"version": "0.1.5",
"version": "0.2.1",
"description": " Google-Analytics to Grafana",
"scripts": {
"build": "rm -rf node_modules/@grafana/data/node_modules; grafana-toolkit plugin:build",
Expand Down

0 comments on commit c155e32

Please sign in to comment.