Skip to content

Commit bffc6ec

Browse files
committed
Bump version number
1 parent cd1682e commit bffc6ec

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.0.3
4+
5+
* Use the custom CA in the custom http client
6+
* Only check for client certs when TLS options are present
7+
8+
## 1.0.2
9+
10+
### What's Changed
11+
12+
Add support for TLS client auth
13+
14+
## 1.0.1
15+
16+
Updated dependencies.
17+
318
## 1.0.0
419

520
Initial release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trino-datasource",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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)