Skip to content

Commit

Permalink
prepare 2.4.0 release (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker authored Dec 5, 2022
1 parent b27b0e8 commit 1d1e448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.4.0

- Fix: SQLEditor: Use queryRef to call onChange [#209](https://github.com/grafana/timestream-datasource/pull/209)
- Chore: Update version of code-coverage [#211](https://github.com/grafana/timestream-datasource/pull/211)
- Feature: Timestream is now available in us-gov-west-1 [#207](https://github.com/grafana/timestream-datasource/pull/207)

## 2.3.2

- Security: Upgrade Go in build process to 1.19.3
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-timestream-datasource",
"version": "2.3.2",
"version": "2.4.0",
"description": "Load data timestream in grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 1d1e448

Please sign in to comment.