Skip to content

Commit 1d1e448

Browse files
authored
prepare 2.4.0 release (#212)
1 parent b27b0e8 commit 1d1e448

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 2.4.0
6+
7+
- Fix: SQLEditor: Use queryRef to call onChange [#209](https://github.com/grafana/timestream-datasource/pull/209)
8+
- Chore: Update version of code-coverage [#211](https://github.com/grafana/timestream-datasource/pull/211)
9+
- Feature: Timestream is now available in us-gov-west-1 [#207](https://github.com/grafana/timestream-datasource/pull/207)
10+
511
## 2.3.2
612

713
- Security: Upgrade Go in build process to 1.19.3

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.3.2",
3+
"version": "2.4.0",
44
"description": "Load data timestream in grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)