diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b75bad..cd730d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [4.5.0] + +- Add OpenAI integration which allows users to generate KQL queries via natural language. +- Experimental - Add support for [current user authorization](https://github.com/grafana/azure-data-explorer-datasource/blob/main/doc/current-user-auth.md). ## [4.4.1] Build with latest Go version 1.20.4 diff --git a/package.json b/package.json index 5c6d142c..0d873e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-azure-data-explorer-datasource", - "version": "4.4.1", + "version": "4.5.0", "description": "Grafana data source for Azure Data Explorer", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",