Skip to content

Commit

Permalink
Release 2.15.3 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored May 27, 2024
1 parent 23e0a22 commit 671e515
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

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

## 2.15.3

- Fix: Add fields to frame if it does not already exist when grouping by multiple terms in [#392](https://github.com/grafana/opensearch-datasource/pull/392)

## 2.15.2
* security: bump grafana-plugin-sdk-go to address CVEs by @njvrzm in https://github.com/grafana/opensearch-datasource/pull/395

- security: bump grafana-plugin-sdk-go to address CVEs by @njvrzm in https://github.com/grafana/opensearch-datasource/pull/395

## 2.15.1

- Revert Lucene and PPL migration to backend [#8b1e396](https://github.com/grafana/opensearch-datasource/commit/8b1e3960c5b3643ddd6db569acfe8e6ed153b0b8)

## 2.15.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-opensearch-datasource",
"version": "2.15.2",
"version": "2.15.3",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 671e515

Please sign in to comment.