From 5ca6d2959ed230fe95942e9b20e7565051543c5a Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 3 Oct 2023 09:42:07 +0200 Subject: [PATCH 1/2] bump 2.4.2 --- CHANGES_NEXT_RELEASE | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e69de29b..2ee608b6 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1 @@ +Upgrade iotagent-node-lib dependency from 3.4.2 to 3.4.4 diff --git a/package.json b/package.json index e0f2a838..3cd12a33 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": "2.4.1", + "version": "2.4.2", "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": "3.4.3", + "iotagent-node-lib": "3.4.4", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From ab5b95a37e93678e12bbf819f239e6ed4c2c1007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 3 Oct 2023 10:32:54 +0200 Subject: [PATCH 2/2] FIX Changelog --- CHANGES_NEXT_RELEASE | 1 - Changelog | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 2ee608b6..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +0,0 @@ -Upgrade iotagent-node-lib dependency from 3.4.2 to 3.4.4 diff --git a/Changelog b/Changelog index 54954220..49dbf3e6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2.4.2 (October 3rd, 2023) + +- Upgrade iotagent-node-lib dependency from 3.4.3 to 3.4.4 + 2.4.1 (October 2nd, 2023) - Upgrade iotagent-node-lib dependency from 3.4.0 to 3.4.3