Skip to content

Commit

Permalink
Release 2.20.0 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored Oct 28, 2024
1 parent d701c1c commit cf0cc05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2.20.0

- Chore: update dependencies [#476](https://github.com/grafana/opensearch-datasource/pull/476)
- Migrate Annotation Queries to run through the backend [#477](https://github.com/grafana/opensearch-datasource/pull/477)
- Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.252.0 to 0.256.0 [#475](https://github.com/grafana/opensearch-datasource/pull/475)
- Docs: Improve provisioning example in README.md [#444](https://github.com/grafana/opensearch-datasource/pull/444)
- Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.2 to 0.252.0 [#474](https://github.com/grafana/opensearch-datasource/pull/474)
- Migrate getting fields to run through the backend [#473](https://github.com/grafana/opensearch-datasource/pull/473)
- Migrate getTerms to run through the backend [#471](https://github.com/grafana/opensearch-datasource/pull/471)

## 2.19.1

- Chore: Update plugin.json keywords in [#469](https://github.com/grafana/opensearch-datasource/pull/469)
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.19.1",
"version": "2.20.0",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit cf0cc05

Please sign in to comment.