Skip to content

Commit

Permalink
Merge pull request #722 from telefonicaid/task/prepare_2.2.0
Browse files Browse the repository at this point in the history
Step: 2.1.0-next -> 2.2.0
  • Loading branch information
fgalan authored May 23, 2023
2 parents e0cc510 + e6289a4 commit 0b2c326
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- Add: support new commands payloadType "text" (for plain text) (#716)
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-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "2.1.0-next",
"version": "2.2.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -63,7 +63,7 @@
"body-parser": "1.20.0",
"dateformat": "3.0.3",
"express": "4.18.1",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "3.2.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down
4 changes: 4 additions & 0 deletions rpm/SPECS/iotajson.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ fi
%{_install_dir}

%changelog
* Tue May 23 2023 Alvaro Vega <[email protected]> 2.2.0
- Add: support new commands payloadType "text" (for plain text) (#716)
- Upgrade iotagent-node-lib dependency from 3.1.0 to 3.2.0

* Tue Apr 25 2023 Alvaro Vega <[email protected]> 2.1.0
- Fix: align test with fix about propagate TimeInstant to all metadata attributes when TimeInstant is provided as measure
- Add: support to run tests with node 18
Expand Down

0 comments on commit 0b2c326

Please sign in to comment.