diff --git a/CHANGELOG.md b/CHANGELOG.md index e8de71e..9f828f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v0.3.5 + +- Chore: associate label with input element of the `ResourceSelector` component and update applySQLTemplateVariables type in [#88](https://github.com/grafana/grafana-aws-sdk-react/pull/88) + ## v0.3.4 - Associate label with input element in [#85](https://github.com/grafana/grafana-aws-sdk-react/pull/85) diff --git a/package.json b/package.json index 960499e..df1268d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.3.4", + "version": "0.3.5", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",