Skip to content

Commit

Permalink
Merge pull request #463 from telefonicaid/task/prepare_1.16.0
Browse files Browse the repository at this point in the history
step 1.15.0-next -> 1.16.0
  • Loading branch information
fgalan authored Feb 18, 2021
2 parents d77f14e + da287e2 commit 062b2c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix: Set 60 seconds for default mqtt keepalive option (#370)

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": "iotagent-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.15.0-next",
"version": "1.16.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -39,7 +39,7 @@
"body-parser": "1.18.3",
"dateformat": "3.0.3",
"express": "~4.16.4",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.15.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
4 changes: 4 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ fi
%{_install_dir}

%changelog
* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.16.0
- Fix: Set 60 seconds for default mqtt keepalive option (#370)
- Upgrade iotagent-node-lib dependency from 2.14.0 to 2.15.0

* Mon Nov 16 2020 Alvaro Vega <[email protected]> 1.15.0
- Add: use mqtt.qos and mqtt.retain values from command for command execution
- FIX: check ngsi version in configuration handler
Expand Down

0 comments on commit 062b2c6

Please sign in to comment.