Skip to content

Commit

Permalink
Merge pull request #189 from telefonicaid/task/prepareRelease1.4
Browse files Browse the repository at this point in the history
Prepare next release
  • Loading branch information
XavierVal authored Nov 10, 2016
2 parents a235cc8 + 2782230 commit 208f55e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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.3.0-next",
"version": "1.4.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#master",
"iotagent-node-lib": "2.4.x",
"logops": "1.0.0-alpha.7",
"mqtt": "1.7.0",
"request": "^2.69.0",
Expand Down
10 changes: 10 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Tue Nov 09 2016 Daniel Moran <[email protected]> 1.4.0
- Polling mode for HTTP commands (#24)
- Duplicated TimeInstant when an active attribute is mapped to TimeInstant attributes (#150)
- Add multientity, bidirectionality and expression plugins (#161)
- Poll commands not removed after device request (#160)
- Logrotate configure correctly all possible log files (#164)
- FIX Command error response message not sent to context Broker (#176)
- FIX Transformed data should include Metadata field (#179)
- ADD alarms for the Mosquitto server #187Add alarms for the Mosquitto server #187

* 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)
Expand Down

0 comments on commit 208f55e

Please sign in to comment.