diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ac2bb3..9d201e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## v2.7.0 +* Add raw_data query support to backend by @fridgepoet in https://github.com/grafana/opensearch-datasource/pull/203 + ## v2.6.2 * Backend: Convert tables to data frames by @fridgepoet in https://github.com/grafana/opensearch-datasource/pull/186 diff --git a/package.json b/package.json index 8f620b27..192f29d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opensearch-datasource", - "version": "2.6.2", + "version": "2.7.0", "description": "", "scripts": { "build": "grafana-toolkit plugin:build",