Skip to content

Commit 81d5f5a

Browse files
authored
Merge pull request #78 from telefonicaid/task/prepare_1.4.0
Step: 1.3.0-next -> 1.4.0
2 parents 003f596 + 773a417 commit 81d5f5a

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.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life

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.3.0-next",
5+
"version": "1.4.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.12.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 Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.4.0-14
194+
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
195+
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
196+
193197
* Mon Nov 04 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.3.0-1
194198
- Add: PM2_ENABLED flag to Docker
195199
- Fix: improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is not found.

0 commit comments

Comments
 (0)