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 ef7f31b commit 4db29d4Copy full SHA for 4db29d4
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v2.0.1
6
+
7
+- Bug fix for issue logging in with incorrect keys: https://github.com/grafana/timestream-datasource/pull/176
8
+- Code Coverage Check updates
9
10
## v2.0.0
11
12
- Breaking Change: Timestream data source now requires Grafana 8.0+ to run.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-timestream-datasource",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Load data timestream in grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments