Skip to content

Commit

Permalink
Prepare version 1.7.0 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Jun 24, 2024
1 parent a7a5697 commit b2c406d
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,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
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": "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",
Expand Down

0 comments on commit b2c406d

Please sign in to comment.