diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fae291..817953a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## v0.9.0 + +- Support proxy http setting on frontend in [#365](https://github.com/grafana/grafana-aws-sdk-react/pull/365) +- Add more info to http proxy choices in [#368](https://github.com/grafana/grafana-aws-sdk-react/pull/368) + ## v0.8.3 - ConfigEditor: add a link to Grafana Assume Role in [#364](https://github.com/grafana/grafana-aws-sdk-react/pull/364) diff --git a/package.json b/package.json index c5723a0..29f246e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.8.3", + "version": "0.9.0", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",