diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index dc6a6d76..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +0,0 @@ -- Fix: default attribute type changed from 'string' to 'Text' (#664) -- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) diff --git a/Changelog b/Changelog index b39cda9a..b75f1a42 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +3.3.0 (February 27th, 2024) + +- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) +- Fix: default attribute type changed from 'string' to 'Text' (#664) +- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0 + 3.2.0 (January 30th, 2024) - Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 diff --git a/package.json b/package.json index 1071b71d..d05cc69b 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.2.0-next", + "version": "3.3.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.3.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"