From b3407e0b75a06f6728e1f24b6dd70ed8891f0a0b Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 30 Jan 2024 16:12:58 +0100 Subject: [PATCH 1/3] step 3.1.0 -> 3.2.0 --- CHANGES_NEXT_RELEASE | 1 - Changelog | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 552c9be9..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +0,0 @@ -- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload \ No newline at end of file diff --git a/Changelog b/Changelog index 71cde23f..26119c4b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +3.2.0 (January 30th, 2024) + +- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload + 3.1.0 (January 8th, 2024) - Add: check and usage endpoint and transport from Group level when commands diff --git a/package.json b/package.json index 340a484d..8910d267 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-json", "license": "AGPL-3.0-only", "description": "IoT Agent for the JSON protocol", - "version": "3.1.0-next", + "version": "3.2.0", "homepage": "https://github.com/telefonicaid/iotagent-json", "author": { "name": "Daniel Moran", From ccaabdbd1127fcb0f2f9f55144973eda70847279 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 30 Jan 2024 16:13:30 +0100 Subject: [PATCH 2/3] step 3.1.0 -> 3.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8910d267..235a6e2c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "body-parser-xml": "2.0.5", "dateformat": "3.0.3", "express": "4.18.1", - "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "4.2.0", "logops": "2.1.2", "mqtt": "4.3.7", "sinon": "~6.1.0", From 7e50b83fe8ab420aa6548dc24834b84cbe8ab35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 30 Jan 2024 16:26:52 +0100 Subject: [PATCH 3/3] Update Changelog --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 26119c4b..d0108ec4 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ 3.2.0 (January 30th, 2024) - Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload +- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 3.1.0 (January 8th, 2024)