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 2315ab4 commit 68edabeCopy full SHA for 68edabe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.12
4
+
5
+* Add support for OAuth2 client-credentials flow
6
7
## 1.0.11
8
9
* Don't overwrite Grafana variables when editing existing dashboard queries
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments