Skip to content

Commit

Permalink
Merge pull request #28 from telefonicaid/task/prepare_1.0.0
Browse files Browse the repository at this point in the history
Step: 0.1.0 -> 1.0.0
  • Loading branch information
AlvaroVega authored Jun 13, 2018
2 parents 67f6258 + b02c37f commit acf7a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- Update Dockerfile to Centos7 and Node 4.8.4
- Add plugin system (#2).
- Update iotagent node library to allow use env variables
- Add Travis conf
- Check existence of mappings in internalAttributes for device provisioning [#22]
- Remove mongodb dependence from packages.json (already in iota-node-lib)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sigfox-iotagent",
"description": "IoT Agent for the Sigfox protocol",
"version": "0.1.0",
"version": "1.0.0",
"homepage": "https://github.com/dmoranj/sigfox-iotagent",
"author": {
"name": "Daniel Moran",
Expand All @@ -26,7 +26,7 @@
"command-node": "0.1.1",
"request": "^2.69.0",
"async": "1.4.2",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.6.x",
"express": "4.11.2",
"body-parser": "1.15.0",
"logops": "1.0.0-alpha.7"
Expand Down

0 comments on commit acf7a13

Please sign in to comment.