Skip to content

Commit

Permalink
Merge pull request #78 from telefonicaid/task/prepare_1.4.0
Browse files Browse the repository at this point in the history
Step: 1.3.0-next -> 1.4.0
  • Loading branch information
AlvaroVega authored Apr 8, 2020
2 parents 003f596 + 773a417 commit 81d5f5a
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.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
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.3.0-next",
"version": "1.4.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.12.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 Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.4.0-14
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life

* Mon Nov 04 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.3.0-1
- Add: PM2_ENABLED flag to Docker
- Fix: improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is not found.
Expand Down

0 comments on commit 81d5f5a

Please sign in to comment.