diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d96fa0..4bcc50cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.4 + +* Add details in the datasource card #130 +* Enable WithEvent to send an event to 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..69146ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-redshift-datasource", - "version": "1.0.3", + "version": "1.0.4", "description": "Use Amazon Redshift in Grafana", "scripts": { "build": "grafana-toolkit plugin:build",