From f6d6257b9ec791a00c0f96964c2d4235a302a6e4 Mon Sep 17 00:00:00 2001 From: Nathan Verzemnieks Date: Fri, 31 May 2024 12:36:18 +0200 Subject: [PATCH] Prepare v1.15.0 release --- CHANGELOG.md | 12 ++++++++++++ cspell.config.json | 2 ++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2837f0..783c65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.15.0 + +* Add keywords by @kevinwcyu in https://github.com/grafana/redshift-datasource/pull/273 +* Add missing regions and use the region resource handler in the frontend by @iwysiu in https://github.com/grafana/redshift-datasource/pull/276 +* Plugin.json: update schema reference URL by @leventebalogh in https://github.com/grafana/redshift-datasource/pull/277 +* Fix E2E: Update region before sending the /secrets resource request by @idastambuk in https://github.com/grafana/redshift-datasource/pull/280 +* Update for added context in grafana-aws-sdk by @njvrzm in https://github.com/grafana/redshift-datasource/pull/279 + +## New Contributors +* @leventebalogh made their first contribution in https://github.com/grafana/redshift-datasource/pull/277 +* @njvrzm made their first contribution in https://github.com/grafana/redshift-datasource/pull/279 + ## 1.14.0 - Remove the redshiftAsyncQuerySupport feature toggle + styling improvements in https://github.com/grafana/redshift-datasource/pull/272 diff --git a/cspell.config.json b/cspell.config.json index 20e1525..8de51a2 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -79,6 +79,8 @@ "iwysiu", "idastambuk", "kevinwcyu", + "leventebalogh", + "njvrzm", "backoff", "barbar", "JDBC", diff --git a/package.json b/package.json index fd66be0..9b4fbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-redshift-datasource", - "version": "1.14.0", + "version": "1.15.0", "description": "Use Amazon Redshift in Grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",