Skip to content

Commit

Permalink
Release 5.0.1 (#885)
Browse files Browse the repository at this point in the history
* 5.0.1

* Update changelog

---------

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
  • Loading branch information
bossinc and aangelisc committed May 10, 2024
1 parent 3c3b579 commit 663fb39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [5.0.1]

- Upgrade dependencies
- Fix: Set query database to default if unspecified [#863](https://github.com/grafana/azure-data-explorer-datasource/pull/863)

## [5.0.0]

- Breaking change: The legacy query editor has been removed. The `adxLegacyEditor` feature toggle will no longer work.
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-azure-data-explorer-datasource",
"version": "5.0.0",
"version": "5.0.1",
"description": "Grafana data source for Azure Data Explorer",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 663fb39

Please sign in to comment.