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 a57f231 commit ef38963Copy full SHA for ef38963
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 2.9.6
6
+
7
+- Bugfix: Fix $interval variable interpolation in [#291](https://github.com/grafana/timestream-datasource/pull/291)
8
9
## 2.9.5
10
11
- Chore: update dependencies in [#290](https://github.com/grafana/timestream-datasource/pull/290)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-timestream-datasource",
- "version": "2.9.5",
+ "version": "2.9.6",
"description": "Load data timestream in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments