diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 9daceb7d..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ -Fix: Set 60 seconds for default mqtt keepalive option (#370) + diff --git a/package.json b/package.json index 4e5874eb..e7ca05bc 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.15.0-next", + "version": "1.16.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.15.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 1dd54e2b..0c392323 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,10 @@ fi %{_install_dir} %changelog +* Thu Feb 18 2021 Alvaro Vega 1.16.0 +- Fix: Set 60 seconds for default mqtt keepalive option (#370) +- Upgrade iotagent-node-lib dependency from 2.14.0 to 2.15.0 + * Mon Nov 16 2020 Alvaro Vega 1.15.0 - Add: use mqtt.qos and mqtt.retain values from command for command execution - FIX: check ngsi version in configuration handler