Skip to content

Commit 4d12626

Browse files
authored
Merge pull request #54 from telefonicaid/task/prepare_1.2.0
Step: 1.1.0-next -> 1.2.0
2 parents a9a7d94 + d9d4b1e commit 4d12626

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sigfox-iotagent",
33
"description": "IoT Agent for the Sigfox protocol",
44
"license": "AGPL-3.0-only",
5-
"version": "1.1.0-next",
5+
"version": "1.2.0",
66
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
77
"author": {
88
"name": "Daniel Moran",
@@ -37,7 +37,7 @@
3737
"command-node": "0.1.1",
3838
"request": "2.88.0",
3939
"async": "1.5.2",
40-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
40+
"iotagent-node-lib": "2.9.0",
4141
"express": "4.16.4",
4242
"body-parser": "1.18.3",
4343
"logops": "2.1.0"

rpm/SPECS/iotasigfox.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ fi
190190
%{_install_dir}
191191

192192
%changelog
193+
* Wed May 22 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.2.0-1
194+
- Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues
195+
- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0
196+
193197
* Wed Dec 19 2018 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.1.0-1
194198
- Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions)
195199
- Add: npm scripts to execute tests, coverage, watch and clean

0 commit comments

Comments
 (0)