We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf56e9 commit 4a84182Copy full SHA for 4a84182
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.4.1
6
+
7
+- Update grafana and react dependencies in [#91](https://github.com/grafana/grafana-aws-sdk-react/pull/92)
8
+- Update regions and display custom region in config in [#92](https://github.com/grafana/grafana-aws-sdk-react/pull/92)
9
10
## v0.4.0
11
12
- Remove awsDatasourcesNewFormStyling feature toggle in [#90](https://github.com/grafana/grafana-aws-sdk-react/pull/90)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@grafana/aws-sdk",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
0 commit comments