From 21b8c8d9c3c2fa553a3265d825da5262096fa9a6 Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Thu, 31 Oct 2024 11:25:27 -0400 Subject: [PATCH] Prepare release 2.21.0 (#486) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c5cebe..43a31bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.21.0 + +- Migrate Health check to run through the backend [#485](https://github.com/grafana/opensearch-datasource/pull/485) +- Add PDC support [#437](https://github.com/grafana/opensearch-datasource/pull/437) + ## 2.20.0 - Chore: update dependencies [#476](https://github.com/grafana/opensearch-datasource/pull/476) diff --git a/package.json b/package.json index 26af91a5..2263d6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opensearch-datasource", - "version": "2.20.0", + "version": "2.21.0", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",