From fd2c96ed7c883f80a491ec169316c514141ac1b8 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 26 Apr 2024 12:13:50 +0200 Subject: [PATCH 1/2] step prepare 3.4.0 --- CHANGES_NEXT_RELEASE | 2 +- Changelog | 5 +++++ package.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e8645b59..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ -- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability \ No newline at end of file + diff --git a/Changelog b/Changelog index b75f1a42..978c6c76 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +3.4.0 (April 26th, 2024) + +- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability +- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0 + 3.3.0 (February 27th, 2024) - Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) diff --git a/package.json b/package.json index 30f2fecd..a309a05f 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.3.0-next", + "version": "3.4.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.19.2", - "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "3.4.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From f072c6053cb3a8cdf3e91f9603f8af9c8440411e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Fri, 26 Apr 2024 13:32:43 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a309a05f..11737ef3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "4.19.2", - "iotagent-node-lib": "3.4.0", + "iotagent-node-lib": "4.4.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"