Skip to content

Commit a91a890

Browse files
authored
Prepare release 3.1.9 (#783)
1 parent d4877c9 commit a91a890

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.9
4+
5+
- chore: support React 19 readiness in [#781](https://github.com/grafana/athena-datasource/pull/781)
6+
- chore(deps): update dependency webpack to v5.104.1 [security] in [#780](https://github.com/grafana/athena-datasource/pull/780)
7+
- chore(deps): update typescript-eslint monorepo to ^8.51.0 in [#770](https://github.com/grafana/athena-datasource/pull/770)
8+
- use prod environment for cd workflow in [#774](https://github.com/grafana/athena-datasource/pull/774)
9+
- Update grafana-aws-sdk to 1.4.2 in [#773](https://github.com/grafana/athena-datasource/pull/773)
10+
- Update to use self-hosted renovate and remove dependabot in [#772](https://github.com/grafana/athena-datasource/pull/772)
11+
- update ci-cd workflows to v4.3.0 in [#766](https://github.com/grafana/athena-datasource/pull/766)
12+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.282.0 to 0.283.0 in [#762](https://github.com/grafana/athena-datasource/pull/762)
13+
- Bump github.com/aws/aws-sdk-go-v2/service/athena from 1.55.11 to 1.55.12 in the aws-sdk-go-v2 group in [#761](https://github.com/grafana/athena-datasource/pull/761)
14+
315
## 3.1.8
416

517
- ConfigEditor: add links to data source docs in [#753](https://github.com/grafana/athena-datasource/pull/753)

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": "3.1.8",
3+
"version": "3.1.9",
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)