diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aa6559..d22fe805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.10.2](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/compare/v3.10.0...v3.10.2) (2019-03-17) + + +### Bug Fixes + +* comment unused todo ([2c7ad46](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/2c7ad46)) +* issue [#89](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/issues/89) by checking time interval to pass Int32 stream of node-opcua ([d9be2ce](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/d9be2ce)) +* server individual certificates control ([a41f529](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/a41f529)) +* server LDS options and individual server certs ([dc1ea0d](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/dc1ea0d)) + + + ## [3.10.1](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/compare/v3.10.0...v3.10.1) (2019-03-16) diff --git a/package-lock.json b/package-lock.json index fe056e89..6a818c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-iiot-opcua", - "version": "3.10.1", + "version": "3.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14732734..b54a4e9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-iiot-opcua", - "version": "3.10.1", + "version": "3.10.2", "description": "The next evolution IoT/IIoT OPC UA toolbox package for Node-RED based on node-opcua.", "repository": { "type": "git", @@ -12,8 +12,7 @@ "debug": "4.1.0", "easy-table": "1.1.1", "es6-map": "0.1.5", - "node-opcua": "0.6.0", - "node-opcua-isa95": "0.1.0", + "node-opcua": "0.7.0", "source-map-support": "0.5.11", "stately.js": "1.3.0", "treeify": "1.1.0",