From 96c0863dae16ac2edd50833697999db63dd5a898 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 9 Aug 2024 23:17:46 +0700 Subject: [PATCH] Prepare 1.8.1 (#308) --- CHANGELOG.md | 6 ++++++ cspell.config.json | 3 ++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5498b8a..ab0d203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.8.1 (2024-08-09) + +- Fix timerange bug with Event Stats query ([#279](https://github.com/grafana/sentry-datasource/pull/279)) +- Fix Event data link in ID field (with thanks @Pexers) ([#286](https://github.com/grafana/sentry-datasource/pull/286)) +- Dependency updates + ## 1.8.0 (2024-05-30) - Add support for Metrics queries (with thanks again to @oblador) ([#254](https://github.com/grafana/sentry-datasource/pull/254)) diff --git a/cspell.config.json b/cspell.config.json index 1665243..2d053a8 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -9,7 +9,8 @@ "pkg/mocker/testdata", "pkg/**/*_test.go", "mage_output_file.go", - "src/**/*.{test,spec}.{ts,tsx}" + "src/**/*.{test,spec}.{ts,tsx}", + "CHANGELOG.md" ], "words": [ "DataSource", diff --git a/package.json b/package.json index e6f09bf..938a8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-sentry-datasource", - "version": "1.8.0", + "version": "1.8.1", "description": "Grafana data source plugin for Sentry", "main": "dist/module.js", "author": "Grafana Labs",