From 908a62700571448aa6933906266971c1d678fee8 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 30 Jan 2024 16:39:05 +0100 Subject: [PATCH 1/2] step 3.1.0-next -> 3.2.0 --- Changelog | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9c7c05e9..56e54f4d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +3.2.0 (January 30th, 2024) +- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 + 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 2f26e64e..68c69b3a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultralight 2.0 protocol", - "version": "3.1.0-next", + "version": "3.2.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "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", "underscore": "1.12.1" From 5ab4583c1550ca618d175fa34be73898daae06a0 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:46:17 +0100 Subject: [PATCH 2/2] Update Changelog --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 56e54f4d..b39cda9a 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 3.2.0 (January 30th, 2024) + - Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 3.1.0 (January 8th, 2024)