diff --git a/CHANGELOG.md b/CHANGELOG.md index a715bd0b..cd8c97af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.7.0] + +- **Feature** - Add `updated_at` field to results in `Issue` query +- **Feature** - Add `UpdatedAt` field to query options in `Issue` query +- **Fix** - Fix error when response has data with empty array in templating +- **Fix** - Fix per page limit to 100 in `Workflows` query as it is max supported value +- **Fix** - Remove query input in `Vulnerabilities` query as API does not support it +- **Chore** - Move e2e from cypress to playwright +- **Chore** - Update dependencies + ## [1.6.0] - **Feature** - Add `message` field to `Commit` query diff --git a/package.json b/package.json index c11f345c..50b55b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-github-datasource", - "version": "1.6.0", + "version": "1.7.0", "private": true, "description": "loads data from github issues/Pr's to Grafana", "repository": "github:grafana/github-datasource",