diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index cbf1d3e..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +0,0 @@ -Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues diff --git a/package.json b/package.json index 36dc593..6594f60 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sigfox-iotagent", "description": "IoT Agent for the Sigfox protocol", "license": "AGPL-3.0-only", - "version": "1.1.0-next", + "version": "1.2.0", "homepage": "https://github.com/telefonicaid/sigfox-iotagent", "author": { "name": "Daniel Moran", @@ -37,7 +37,7 @@ "command-node": "0.1.1", "request": "2.88.0", "async": "1.5.2", - "iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "2.9.0", "express": "4.16.4", "body-parser": "1.18.3", "logops": "2.1.0" diff --git a/rpm/SPECS/iotasigfox.spec b/rpm/SPECS/iotasigfox.spec index b48c22b..83d971f 100644 --- a/rpm/SPECS/iotasigfox.spec +++ b/rpm/SPECS/iotasigfox.spec @@ -190,6 +190,10 @@ fi %{_install_dir} %changelog +* Wed May 22 2019 Fermin Galan > 1.2.0-1 +- Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues +- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0 + * Wed Dec 19 2018 Fermin Galan > 1.1.0-1 - Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions) - Add: npm scripts to execute tests, coverage, watch and clean