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 db7ba61 commit 345d677Copy full SHA for 345d677
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.10
4
+
5
+* Store access token securely
6
+* Update dependencies
7
8
## 1.0.9
9
10
* Add support for access token (JWT) authentication
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments