We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be4b7f commit cca7ba7Copy full SHA for cca7ba7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.4
4
+
5
+* Add query variable support
6
+* Enable alerting
7
8
## 1.0.3
9
10
* Use the custom CA in the custom http client
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments