Skip to content

Commit

Permalink
release 1.25.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjagad authored Sep 20, 2024
1 parent 0780768 commit f446fe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
## 1.25.0

- Fix: batch entries up to the limit specified in the API [#355](https://github.com/grafana/iot-sitewise-datasource/pull/355)

## 1.24.0

- fix: add check for nil for property value [#352](https://github.com/grafana/iot-sitewise-datasource/pull/352)
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-iot-sitewise-datasource",
"version": "1.24.0",
"version": "1.25.0",
"description": "View IoT Sitewise data in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit f446fe8

Please sign in to comment.