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 165be20 commit 339fd43Copy full SHA for 339fd43
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 2.12.2
6
+- Releasing for internal deployment testing, no actual changes
7
+
8
## 2.12.1
9
- Mark legacy query format as downstream error by @njvrzm in [#431](https://github.com/grafana/timestream-datasource/pull/431)
10
- Chore: migrate to Github actions by @idastambuk in [#425](https://github.com/grafana/timestream-datasource/pull/425)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-timestream-datasource",
- "version": "2.12.1",
+ "version": "2.12.2",
"description": "Load data timestream in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments