Skip to content

Commit b2c406d

Browse files
authored
Prepare version 1.7.0 (#327)
1 parent a7a5697 commit b2c406d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [1.7.0]
4+
5+
- **Feature** - Add `updated_at` field to results in `Issue` query
6+
- **Feature** - Add `UpdatedAt` field to query options in `Issue` query
7+
- **Fix** - Fix error when response has data with empty array in templating
8+
- **Fix** - Fix per page limit to 100 in `Workflows` query as it is max supported value
9+
- **Fix** - Remove query input in `Vulnerabilities` query as API does not support it
10+
- **Chore** - Move e2e from cypress to playwright
11+
- **Chore** - Update dependencies
12+
313
## [1.6.0]
414

515
- **Feature** - Add `message` field to `Commit` query

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-github-datasource",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "loads data from github issues/Pr's to Grafana",
66
"repository": "github:grafana/github-datasource",

0 commit comments

Comments
 (0)