diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 855c5c8f..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +1 @@ -- Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426) -- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435) -- Remove: bidirectional plugin (iota-node-lib#1413) + diff --git a/Changelog b/Changelog index 2f49574e..90d51c5a 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +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) +- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435) +- Remove: bidirectional plugin (iota-node-lib#1413) +- Upgrade iotagent-node-lib dependency from 3.3.0 to 3.4.0 (some ngsild flows would not work as expected) + 2.3.0 (Aug 25th, 2023) - Fix: update tests to not create initial entity when append mode is enabled diff --git a/package.json b/package.json index f9cf98c9..3db55d2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-json", "license": "AGPL-3.0-only", "description": "IoT Agent for the JSON protocol", - "version": "2.3.0-next", + "version": "2.4.0", "homepage": "https://github.com/telefonicaid/iotagent-json", "author": { "name": "Daniel Moran", @@ -63,7 +63,7 @@ "body-parser": "1.20.0", "dateformat": "3.0.3", "express": "4.18.1", - "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", "sinon": "~6.1.0",