Skip to content

Commit 90237c7

Browse files
authored
Merge pull request #707 from telefonicaid/task/prepare_2.0.0
Step: 1.26.0-next -> 2.0.0
2 parents 5f93a8d + fe9e284 commit 90237c7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
- Align tests with iota-node-lib (v3.0) refactor
2-
- Removed plugins to align with ioagente-node-lib (v3.0) refactor

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "1.26.0-next",
5+
"version": "2.0.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -63,7 +63,7 @@
6363
"body-parser": "1.20.0",
6464
"dateformat": "3.0.3",
6565
"express": "4.18.1",
66-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
66+
"iotagent-node-lib": "3.0.0",
6767
"logops": "2.1.2",
6868
"mqtt": "4.3.7",
6969
"sinon": "~6.1.0",

rpm/SPECS/iotajson.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ fi
169169
%{_install_dir}
170170

171171
%changelog
172+
* Thu Mar 30 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 2.0.0
173+
- Removed plugins to align with ioagente-node-lib (v3.0) refactor
174+
- Align tests with iota-node-lib (v3.0) refactor
175+
- Upgrade iotagent-node-lib dependency from 2.25.0 to 3.0.0
176+
172177
* Tue Jan 24 2023 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.26.0
173178
- Add: IOTA_MQTT_DISABLED (mqtt.disabled) and IOTA_AMQP_DISABLED (amqp.disabled) flags to disable MQTT and AMQP (#685)
174179
- Fix: save group apikey in device when autoprovision device (iota-node-lib#1245)

0 commit comments

Comments
 (0)