diff --git a/CHANGELOG.md b/CHANGELOG.md index 545bf5b8..dc6f8c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.11.0 + +- Update grafana-aws-sdk to v0.19.0 to add `il-central-1` to opt-in region list + ## 2.10.2 - Upgrade @grafana/aws-sdk to v0.0.48 to use @grafana/runtime instead of grafanaBootData [#267](https://github.com/grafana/athena-datasource/pull/267) diff --git a/package.json b/package.json index 1ca0ee13..8c11decf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-athena-datasource", - "version": "2.10.2", + "version": "2.11.0", "description": "Use Amazon Athena with Grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",