Skip to content

Commit

Permalink
Merge pull request #518 from telefonicaid/task/prepare_1.19.0
Browse files Browse the repository at this point in the history
Step: 1.18.0-next -> 1.19.0
  • Loading branch information
fgalan authored Nov 12, 2021
2 parents 9e4bc27 + 81bb13b commit 3976e2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fix service and subservice to 'n/a' when apikey from measure is not found (needs iota-node-lib => 2.18) (#508)
- Remove: NGSI-v1 specific behaviours (iotagent-lib#966)

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.18.0-next",
"version": "1.19.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.18.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
5 changes: 5 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ fi
%{_install_dir}

%changelog
* Fri Nov 12 2021 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.19.0
- Fix service and subservice to 'n/a' when apikey from measure is not found (needs iota-node-lib => 2.18) (#508)
- Remove: NGSI-v1 specific behaviours (iotagent-lib#966)
- Upgrade iotagent-node-lib dependency from 2.17.0 to 2.18.0

* Mon Aug 30 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.18.0
- Add: custom JEXL transformations from config file (iotagent-node-lib#1056)
- Fix: content-type response for get command to text/plain
Expand Down

0 comments on commit 3976e2f

Please sign in to comment.