Skip to content

Commit b4a9da8

Browse files
authored
Release 2.16.1 (#335)
1 parent 587de07 commit b4a9da8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3-
## 2.15.0
3+
## 2.16.1
4+
5+
- Chore: update dependencies in [#332](https://github.com/grafana/athena-datasource/pull/332)
6+
7+
## 2.16.0
8+
49
- Plugin.json: update schema reference URL by @leventebalogh in [#328](https://github.com/grafana/athena-datasource/pull/328)
510
- add stalebot to issues by @katebrenner in [#329](https://github.com/grafana/athena-datasource/pull/329)
611
- docs: fix 'Using accessKey and secretKey' example by @kstevensonnv in [#331](https://github.com/grafana/athena-datasource/pull/331)
712
- chore: replace GetSession with GetSessionWithAuthSettings by @njvrzm in [#333](https://github.com/grafana/athena-datasource/pull/333)
813

14+
## 2.15.0
15+
16+
- Update for added context in grafana-aws-sdk by @njvrzm in [#326](https://github.com/grafana/athena-datasource/pull/326)
17+
918
## 2.14.1
1019

1120
- Bump @grafana/aws-sdk from v0.3.1 to v0.3.3 in [#321](https://github.com/grafana/athena-datasource/pull/321)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-athena-datasource",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"description": "Use Amazon Athena with Grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)