Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down