diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d594a..dc74f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## v0.0.48 + +- Add support for experimental Temporary Credentials feature behind feature flag https://github.com/grafana/grafana-aws-sdk-react/pull/49 +- Use @grafana/runtime instead of grafanaBootData https://github.com/grafana/grafana-aws-sdk-react/pull/50 + ## v0.0.47 - Support numeric values when applying template variables to SQL queries https://github.com/grafana/grafana-aws-sdk-react/pull/47 diff --git a/package.json b/package.json index 1caf8c0..624bf9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.0.47", + "version": "0.0.48", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",