Skip to content

Commit

Permalink
Merge pull request #247 from telefonicaid/task/prepare_1.5.1
Browse files Browse the repository at this point in the history
step 1.5.0 -> 1.5.1
  • Loading branch information
fgalan authored Apr 7, 2021
2 parents 19c9822 + e6c02d7 commit 27376c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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": "lightweightm2m-iotagent",
"license": "AGPL-3.0-only",
"description": "Prototype of an IoT Agent accepting COAP requests and redirecting to NGSI consumer",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent",
"keywords": [
"OMA",
Expand Down Expand Up @@ -51,7 +51,7 @@
"cheerio": "1.0.0-rc.2",
"xmldom": "0.1.27",
"logops": "2.1.0",
"iotagent-node-lib": "2.15.0",
"iotagent-node-lib": "2.15.1",
"lwm2m-node-lib": "1.3.0"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Tue Mar 02 2020 Fermin Galan <[email protected]> 1.5.0-1
* Wed Apr 07 2021 Fermin Galan <[email protected]> 1.5.1-1
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.15.1

* Tue Mar 02 2021 Fermin Galan <[email protected]> 1.5.0-1
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
Expand Down

0 comments on commit 27376c5

Please sign in to comment.