Skip to content

Commit

Permalink
Bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Aug 13, 2023
1 parent a30fc87 commit e56b142
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log

## 2.3.2

* Document how to troubleshoot RS-485 connection issues
* Enable GitHub's Dependabot and bump various dependencies
* Update `modbus-serial` to 8.0.11 and thus `serialport` to 10.x for better Node.js 18.x support (https://github.com/Jalle19/eda-modbus-bridge/issues/77)
* Fix bad installation instructions in the README (`--omit=dev` instead of `--production`)
* Fix bad advice in usage/help (MQTT URLs should be `mqtt://` and `mqtts://`, README said `tcp://`)
* Validate MQTT broker URLs to prevent confusion if a malformed URL is specified

## 2.3.1

* Log stack traces for unknown errors (should help debug https://github.com/Jalle19/home-assistant-addon-repository/issues/17)
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": "2.3.1",
"version": "2.3.2",
"description": "An HTTP/MQTT bridge for Enervent ventilation units with EDA automation",
"main": "eda-modbus-bridge.mjs",
"directories": {
Expand Down

0 comments on commit e56b142

Please sign in to comment.