Skip to content

Commit

Permalink
Merge pull request #54 from telefonicaid/task/prepare_1.2.0
Browse files Browse the repository at this point in the history
Step: 1.1.0-next -> 1.2.0
  • Loading branch information
AlvaroVega authored May 22, 2019
2 parents a9a7d94 + d9d4b1e commit 4d12626
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ fi
%{_install_dir}

%changelog
* Wed May 22 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 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 <fermin.galanmarquez@telefonica.com>> 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
Expand Down

0 comments on commit 4d12626

Please sign in to comment.