diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 675777ab..139597f9 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1,2 @@ -- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642) -- Fix: ensure service and subservice from device in logs about error proccesing message -- Fix: remove autocast (iotagent-node-lib#1498) + diff --git a/Changelog b/Changelog index 196681b5..7cfa748e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +3.0.0 (November 24th, 2023) + +- Fix: ensure service and subservice from device in logs about error proccesing message +- Fix: remove autocast (iotagent-node-lib#1498) +- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0 +- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642) + 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 e3b394dd..a2fd376f 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-next", + "version": "3.0.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.0.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"