diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e89b7..f56fd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.3.0 + +- **improvement** Support key/value variables (@retzkek #48) +- **improvement** Configurable timePath and timeFormat (@retzkek #49) +- **documentation** rewrite examples to use the test data source, which provides + an example server and dashboard that [users can + install](https://github.com/fifemon/graphql-test-source) to learn and + experiment with. (@retzkek #51) + ## v1.2.0 - **improvement** Add support for dashboard variable queries (@ggranberry #38) diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 44e89b7..f56fd6c 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.3.0 + +- **improvement** Support key/value variables (@retzkek #48) +- **improvement** Configurable timePath and timeFormat (@retzkek #49) +- **documentation** rewrite examples to use the test data source, which provides + an example server and dashboard that [users can + install](https://github.com/fifemon/graphql-test-source) to learn and + experiment with. (@retzkek #51) + ## v1.2.0 - **improvement** Add support for dashboard variable queries (@ggranberry #38) diff --git a/dist/plugin.json b/dist/plugin.json index 7daa480..846bb95 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -24,7 +24,7 @@ { "name": "DeutscheBahn Arrivals Annotations", "path": "img/db_arrivals_annotations.png"}, { "name": "GitHub Security Advisories", "path": "img/github_security_advisories.png"} ], - "version": "1.2.0", + "version": "1.3.0", "updated": "2021-03-16" }, diff --git a/package.json b/package.json index 849a039..f3e5e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-datasource", - "version": "1.2.0", + "version": "1.3.0", "description": "Generic GraphQL data source", "scripts": { "build": "grafana-toolkit plugin:build",