diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index b71b9537..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +1 @@ -- Fix service and subservice to 'n/a' when apikey from measure is not found (needs iota-node-lib => 2.18) (#508) -- Remove: NGSI-v1 specific behaviours (iotagent-lib#966) + diff --git a/package.json b/package.json index 6ca8aac0..26954fbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultrlight 2.0 protocol", - "version": "1.18.0-next", + "version": "1.19.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -39,7 +39,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "2.18.0", "logops": "2.1.0", "mqtt": "3.0.0", "request": "2.88.0", diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index f4c72b02..d97c538c 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,11 @@ fi %{_install_dir} %changelog +* Fri Nov 12 2021 Alvaro Vega 1.19.0 +- Fix service and subservice to 'n/a' when apikey from measure is not found (needs iota-node-lib => 2.18) (#508) +- Remove: NGSI-v1 specific behaviours (iotagent-lib#966) +- Upgrade iotagent-node-lib dependency from 2.17.0 to 2.18.0 + * Mon Aug 30 2021 Fermin Galan 1.18.0 - Add: custom JEXL transformations from config file (iotagent-node-lib#1056) - Fix: content-type response for get command to text/plain