Skip to content

Commit

Permalink
step 3.1.0-next -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 27, 2024
1 parent 7e320dd commit 1c8346a
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@
- Add: support `POST /iot/op/delete` operation at iotAgent API to delete multiple devices at once (iota-node-lib#1578)

5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.0 (February 27th, 2024)

- Add: support `POST /iot/op/delete` operation at iotAgent API to delete multiple devices at once (iota-node-lib#1578)
- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0

3.1.0 (January 8th, 2024)

- Add: transport and endpoint to Group model (iotagent-node-lib#1542)
Expand Down
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": "3.1.0-next",
"version": "3.2.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": "https://github.com/telefonicaid/iotagent-node-lib.git#4.2.0",
"logops": "2.1.2",
"mongoose": "5.13.20",
"revalidator": "~0.3.1",
Expand Down

0 comments on commit 1c8346a

Please sign in to comment.