Skip to content

Commit

Permalink
v2.9.9 (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: Isabella Siu <[email protected]>
  • Loading branch information
idastambuk and iwysiu authored Oct 9, 2024
1 parent 40c2c7b commit 0ab286e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## 2.9.9

- Fix "Wait for All Queries" toggle in [#313](https://github.com/grafana/timestream-datasource/pull/313)
- Fix errors in LongToWide transformation in [#311](https://github.com/grafana/timestream-datasource/pull/311)
- Chore: Update plugin.json keywords in [#310](https://github.com/grafana/timestream-datasource/pull/310)
- Update grafana-plugin-sdk-go and grafana-aws-sdk in [#309](https://github.com/grafana/timestream-datasource/pull/309)
- fix: linter complaints in [#308](https://github.com/grafana/timestream-datasource/pull/308)
- Bump path-to-regexp from 1.8.0 to 1.9.0 in [#303](https://github.com/grafana/timestream-datasource/pull/303)
- Docs: Updates and improvements in [#302](https://github.com/grafana/timestream-datasource/pull/302)
- Add dependabot for grafana/plugin-sdk-go in [#307](https://github.com/grafana/timestream-datasource/pull/307)

## 2.9.8

- Bump webpack from 5.92.1 to 5.94.0 in [#301](https://github.com/grafana/timestream-datasource/pull/301)
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.9.8",
"version": "2.9.9",
"description": "Load data timestream in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 0ab286e

Please sign in to comment.