Skip to content

Commit

Permalink
Merge pull request #309 from telefonicaid/task/prepare_2.1.0
Browse files Browse the repository at this point in the history
step 2.0.0-next -> 2.1.0
  • Loading branch information
fgalan authored May 23, 2023
2 parents 3225a4a + 5fd5bc7 commit a336ab4
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 @@
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev14 from supported versions)
- Add support to run tests with node 18

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-manager",
"description": "IoT Agent Manager proxy",
"version": "2.0.0-next",
"version": "2.1.0",
"homepage": "https://github.com/telefonicaid/iotagent-manager",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -32,7 +32,7 @@
"async": "2.6.4",
"body-parser": "~1.19.0",
"express": "4.16.4",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "3.2.0",
"logops": "2.1.2",
"mongoose": "5.11.20",
"revalidator": "~0.3.1",
Expand Down
5 changes: 5 additions & 0 deletions rpm/SPECS/iotamanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ fi
%{_install_dir}

%changelog
* Thu May 23 2023 Alvaro Vega <[email protected]> 2.1.0
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev14 from supported versions)
- Add support to run tests with node 18
- Upgrade iotagent-node-lib dependency from 3.0.0 to 3.2.0

* Thu Mar 30 2023 Alvaro Vega <[email protected]> 2.0.0
- Upgrade iotagent-node-lib dependency from 2.25.0 to 3.0.0

Expand Down

0 comments on commit a336ab4

Please sign in to comment.