From 65a0852431b692c79623eaa6e83e36fa0b7a01eb Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Mon, 9 Sep 2024 17:06:38 -0400 Subject: [PATCH] prepare v2.18.0 release (#450) --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432cefa7..e1dad15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.18.0 + +- Add errorsource to errors in [#449](https://github.com/grafana/opensearch-datasource/pull/449) +- Trace View: Add name and attributes into event object in [#448](https://github.com/grafana/opensearch-datasource/pull/448) + ## 2.17.4 - Bugfix: Update aws/aws-sdk-go to support Pod Identity credentials in [#447](https://github.com/grafana/opensearch-datasource/pull/447) @@ -15,8 +20,6 @@ All notable changes to this project will be documented in this file. - Chore: Rename datasource file [#430](https://github.com/grafana/opensearch-datasource/pull/430) - Chore: Add pre-commit hook in [#429](https://github.com/grafana/opensearch-datasource/pull/429) - - ## 2.17.2 - Fix serviceMap when source node doesn't have stats in [#428](https://github.com/grafana/opensearch-datasource/pull/428) diff --git a/package.json b/package.json index f532ca13..ce1b5873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opensearch-datasource", - "version": "2.17.4", + "version": "2.18.0", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",