Skip to content

Commit

Permalink
Bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Nov 17, 2024
1 parent d57d7b0 commit 856c638
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.9

* Add support for access token (JWT) authentication

## 1.0.8

* Add support for OAuth
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ docker run -d -p 3000:3000 \
* Authentication:
* HTTP Basic
* TLS client authentication
* Access token (JWT)
* OAuth
* Raw SQL editor only, no query builder yet
* Macros

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
"version": "1.0.8",
"version": "1.0.9",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 856c638

Please sign in to comment.