diff --git a/Changelog b/Changelog index 196681b5..c2bd045d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2.4.1 (October 2nd, 2023) + +- Upgrade iotagent-node-lib dependency from 3.4.0 to 3.4.1 + 2.4.0 (Sep 20th, 2023) - Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426) diff --git a/package.json b/package.json index b5bd9a6b..2b20aa14 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.0", + "version": "2.4.1", "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.0", + "iotagent-node-lib": "3.4.1", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"