diff --git a/package.json b/package.json index bd1a0522..b9fd5a05 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.1.0-next", + "version": "2.2.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": "3.2.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index 5d6f6e7b..25725141 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,9 @@ fi %{_install_dir} %changelog +* Tue May 23 2023 Alvaro Vega 2.2.0 +- Upgrade iotagent-node-lib dependency from 3.1.0 to 3.2.0 + * Tue Apr 25 2023 Alvaro Vega 2.1.0 - Add: support to run tests with node 18 - Upgrade iotagent-node-lib dependency from 3.0.0 to 3.1.0