From 0de06d2b938dacea6a2566935ea719938f91c27a Mon Sep 17 00:00:00 2001 From: Andrey Ivaschenko Date: Fri, 23 Apr 2021 00:31:34 +0300 Subject: [PATCH] Version 0.7.0 * Add Read Dry Contact Status commaands (`0x15CE`, `0x15CF`) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac718b..660930b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.0 + + * Add Read Dry Contact Status commaands (`0x15CE`, `0x15CF`) + ## 0.6.0 * Allow to reuse same UDP address diff --git a/package.json b/package.json index 2267cfe..7d36040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-bus", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "description": "Node.js implementation of HDL SmartBus protocol", "repository": "caligo-mentis/smart-bus",