Skip to content

Commit 856c638

Browse files
author
Jan Waś
committed
Bump version and update README
1 parent d57d7b0 commit 856c638

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.9
4+
5+
* Add support for access token (JWT) authentication
6+
37
## 1.0.8
48

59
* Add support for OAuth

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ docker run -d -p 3000:3000 \
2222
* Authentication:
2323
* HTTP Basic
2424
* TLS client authentication
25+
* Access token (JWT)
26+
* OAuth
2527
* Raw SQL editor only, no query builder yet
2628
* Macros
2729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trino-datasource",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)