Skip to content

Commit

Permalink
Merge pull request #154 from telefonicaid/task/prepareRelease1.3
Browse files Browse the repository at this point in the history
Prepare for next release
  • Loading branch information
AlvaroVega authored Oct 5, 2016
2 parents 72de486 + 78aa3a9 commit b2f58ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-ul",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.2.0-next",
"version": "1.3.0",
"homepage": "https://github.com/dmoranj/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand All @@ -26,7 +26,7 @@
"dateformat": "1.0.12",
"express": "^4.11.2",
"body-parser": "1.15.0",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#develop",
"iotagent-node-lib": "2.3.x",
"logops": "1.0.0-alpha.7",
"mqtt": "1.7.0",
"request": "^2.69.0",
Expand Down
6 changes: 5 additions & 1 deletion rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Fri Sept 09 2016 Daniel Moran <[email protected]> 1.2.0
* Tue Oct 04 2016 Daniel Moran <[email protected]> 1.3.0
- Polling mode for HTTP commands (#24)
- Duplicated TimeInstant when an active attribute is mapped to TimeInstant attributes (#150)

* Fri Sep 09 2016 Daniel Moran <[email protected]> 1.2.0
- FIX Accept initial bar for Ultraligth measures (#98).
- FIX Allow unprovisioned devices for HTTP UL (#100).
- FIX Allow for request without a Content-type header (#102);
Expand Down

0 comments on commit b2f58ec

Please sign in to comment.