From b672bcacbd4787c22244f629e40c075aa24c8474 Mon Sep 17 00:00:00 2001 From: Ivana Huckova Date: Mon, 24 Jun 2024 13:41:40 +0200 Subject: [PATCH] Prepare version 1.7.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",