From 2415e6c1730f8dda7c99e40b67b5d25427da7467 Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:17:42 +0100 Subject: [PATCH 1/3] Release 1.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d96fa0..b21b777a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.0 + +* Add details in the datasource card #130 +* Enable WithEvent to send an event ot the AWS EventBridge #132 + ## 1.0.3 Fixes bugs for Endpoint and Assume Role settings. diff --git a/package.json b/package.json index 1c1f12cd..5f994431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-redshift-datasource", - "version": "1.0.3", + "version": "1.1.0", "description": "Use Amazon Redshift in Grafana", "scripts": { "build": "grafana-toolkit plugin:build", From 8a02436708fc199ba8030c67e89980c186f1475f Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:19:50 +0100 Subject: [PATCH 2/3] Change to patch release --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21b777a..ebee0e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.1.0 +## 1.0.4 * Add details in the datasource card #130 * Enable WithEvent to send an event ot the AWS EventBridge #132 diff --git a/package.json b/package.json index 5f994431..69146ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-redshift-datasource", - "version": "1.1.0", + "version": "1.0.4", "description": "Use Amazon Redshift in Grafana", "scripts": { "build": "grafana-toolkit plugin:build", From c364f91c0da3eba0c194a2ede091b3f436e4961b Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:21:27 +0100 Subject: [PATCH 3/3] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebee0e85..4bcc50cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.0.4 * Add details in the datasource card #130 -* Enable WithEvent to send an event ot the AWS EventBridge #132 +* Enable WithEvent to send an event to the AWS EventBridge #132 ## 1.0.3