Skip to content

Commit

Permalink
Merge pull request #26 from Jalle19/bump
Browse files Browse the repository at this point in the history
Bump version to 2.0.0, add CHANGELOG
  • Loading branch information
Jalle19 authored Jan 11, 2022
2 parents 871c3cc + 0890a35 commit 4ba6bc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4ba6bc2

Please sign in to comment.