Skip to content

Commit e36ce90

Browse files
authored
Prepare version 1.7.1 (#330)
1 parent ab61e9f commit e36ce90

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Change Log
22

3+
## [1.7.1]
4+
5+
- **Chore** - Add provisioning folder to .gitignore
6+
- **Chore** - Add error source to error response
7+
38
## [1.7.0]
49

5-
- **Feature** - Add `updated_at` field to results in `Issue` query
6-
- **Feature** - Add `UpdatedAt` field to query options in `Issue` query
10+
- **Feature** - Add `updated_at` field to results in `Issue` query
11+
- **Feature** - Add `UpdatedAt` field to query options in `Issue` query
712
- **Fix** - Fix error when response has data with empty array in templating
813
- **Fix** - Fix per page limit to 100 in `Workflows` query as it is max supported value
914
- **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
15+
- **Chore** - Move e2e from cypress to playwright
16+
- **Chore** - Update dependencies
1217

1318
## [1.6.0]
1419

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.7.0",
3+
"version": "1.7.1",
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)