diff --git a/CHANGELOG.md b/CHANGELOG.md index 244f7c3..355fe41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. + +## 1.25.1 + +- Chore: Update plugin.json keywords [#359](https://github.com/grafana/iot-sitewise-datasource/pull/359) +- Bump the all-github-action-dependencies group with 3 updates [#372](https://github.com/grafana/iot-sitewise-datasource/pull/372) +- Bump the all-go-dependencies group with 4 updates [#373](https://github.com/grafana/iot-sitewise-datasource/pull/373) +- Bump the all-node-dependencies group with 30 updates [#374](https://github.com/grafana/iot-sitewise-datasource/pull/374) + ## 1.25.0 - Fix: batch entries up to the limit specified in the API [#355](https://github.com/grafana/iot-sitewise-datasource/pull/355) @@ -16,7 +24,6 @@ All notable changes to this project will be documented in this file. - 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 - Feat: add list time series to query editor by @ssjagad in [#336](https://github.com/grafana/iot-sitewise-datasource/pull/336) diff --git a/package.json b/package.json index d13012b..301fbce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-iot-sitewise-datasource", - "version": "1.25.0", + "version": "1.25.1", "description": "View IoT Sitewise data in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",