diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fff7e07..bdc7caaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## 1.24.0 + +- fix: add check for nil for property value [#352](https://github.com/grafana/iot-sitewise-datasource/pull/352) +- Fix golangci-lint errors [#353](https://github.com/grafana/iot-sitewise-datasource/pull/353) +- fix: migrate asset id on the frontend in the query editor [#350](https://github.com/grafana/iot-sitewise-datasource/pull/350) +- Remove "ANY" as a query quality option [#347](https://github.com/grafana/iot-sitewise-datasource/pull/347) +- Chore: Rename datasource file [#344](https://github.com/grafana/iot-sitewise-datasource/pull/344) +- Add precommit hook [#338](https://github.com/grafana/iot-sitewise-datasource/pull/338) +- Remove unused fields from Get property value query editor [#343](https://github.com/grafana/iot-sitewise-datasource/pull/343) +- Remove ANY option for interpolated property quality [#342](https://github.com/grafana/iot-sitewise-datasource/pull/342) + ## 1.23.0 diff --git a/cspell.config.json b/cspell.config.json index 27887b38..c9b0c740 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -71,6 +71,7 @@ "lefthook", "ssjagad", "jackspeak", - "nvmrc" + "nvmrc", + "golangci" ] } diff --git a/package.json b/package.json index 6ad82ac5..e1366575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-iot-sitewise-datasource", - "version": "1.23.0", + "version": "1.24.0", "description": "View IoT Sitewise data in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",