Skip to content

Commit b9fb07e

Browse files
committed
Bump version and update changelog
1 parent 3c0b212 commit b9fb07e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.0 (2025-04-17)
4+
5+
- Support sorting direction in the events query builder ([#478](https://github.com/grafana/sentry-datasource/pull/478))
6+
- Support tags auto-completion in the events query builder ([#477](https://github.com/grafana/sentry-datasource/pull/477))
7+
- Dependency updates
8+
39
## 2.0.0 (2025-04-02)
410

511
- Allow choosing fields to fetch for sentry events ([#400](https://github.com/grafana/sentry-datasource/pull/400))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-sentry-datasource",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Grafana data source plugin for Sentry",
55
"main": "dist/module.js",
66
"author": "Grafana Labs",

0 commit comments

Comments
 (0)