Skip to content

Commit 906e207

Browse files
authored
Prepare release 2.11.0 (#388)
1 parent 9ad95a1 commit 906e207

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.11.0
6+
7+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.268.1 to 0.269.1 in the all-go-dependencies group across 1 directory in [#384](https://github.com/grafana/timestream-datasource/pull/384)
8+
- Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group in [#385](https://github.com/grafana/timestream-datasource/pull/385)
9+
- Bump the all-node-dependencies group across 1 directory with 18 updates in [#387](https://github.com/grafana/timestream-datasource/pull/387)
10+
- Bump @babel/runtime from 7.26.9 to 7.26.10 in the npm_and_yarn group in [#386](https://github.com/grafana/timestream-datasource/pull/386)
11+
- Add PDC support in [#374](https://github.com/grafana/timestream-datasource/pull/374)
12+
513
## 2.10.1
614

715
- Update minimum Grafana supported version in plugin.json

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-timestream-datasource",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Load data timestream in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)