From ebcfce1bc64b8df11b1595aa93209f54299411b0 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Tue, 11 Jan 2022 22:12:47 +0200 Subject: [PATCH 1/2] Remove scary README warning I've tried my best but haven't been able to do any harm via Modbus --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7b2d042..314ef67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # eda-modbus-bridge -> I take no responsibility if you break your ventilation unit by using this software! - An HTTP/MQTT bridge for Enervent ventilation units with EDA automation (e.g. Pingvin). It provides a REST-ful HTTP interface for interacting with the ventilation unit (reading temperatures and changing certain settings), as well as an MQTT client which can publish readings/settings regularly and be used to control the ventilation unit. From 0890a35d27242f198d255a42edfb413dd203d694 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Tue, 11 Jan 2022 22:12:58 +0200 Subject: [PATCH 2/2] Bump version to 2.0.0, add CHANGELOG --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dba26bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change log + +## 2.0.0 + +First production-ready version with full MQTT support and good Home Assistant integration + +## 1.0.0 + +Initial version number that was used while the application was still under development diff --git a/package-lock.json b/package-lock.json index b0b105d..923dd1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eda-modbus-bridge", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "2.0.0", "license": "GPL-3.0-only", "dependencies": { "async-mqtt": "^2.6.1", diff --git a/package.json b/package.json index 43e4e34..4b84cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eda-modbus-bridge", - "version": "1.0.0", + "version": "2.0.0", "description": "An HTTP/MQTT bridge for Enervent ventilation units with EDA automation", "main": "eda-modbus-bridge.mjs", "directories": {