From f446fe8b07dc90752094dbf04979ad1f44e8f4ed Mon Sep 17 00:00:00 2001 From: ssjagad <145582655+ssjagad@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:28:49 -0700 Subject: [PATCH] release 1.25.0 (#356) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc7caaf..244f7c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e1366575..135312fa 100644 --- a/package.json +++ b/package.json @@ -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",