Skip to content

Commit 4db29d4

Browse files
authored
Release for 2.0.1 (#180)
1 parent ef7f31b commit 4db29d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
510
## v2.0.0
611

712
- Breaking Change: Timestream data source now requires Grafana 8.0+ to run.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-timestream-datasource",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Load data timestream in grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)