Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
* (Pmant) add option to select protocol version
* (Pmant) add websocket support
* (Pmant) publish values once on enabling publishing
* (Pmant) Upgrade to MQTT version 4 (resolves many connection issues)
* (Pmant) fix LWT documentation
* (Pmant) optionally publish a message when disconnecting gracefully
  • Loading branch information
Pmant committed Feb 19, 2022
1 parent 99c39bc commit 9df6a66
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 211 deletions.
8 changes: 8 additions & 0 deletions .commitmessage
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
chore: release v1.6.0

* (Pmant) add option to select protocol version
* (Pmant) add websocket support
* (Pmant) publish values once on enabling publishing
* (Pmant) Upgrade to MQTT version 4 (resolves many connection issues)
* (Pmant) fix LWT documentation
* (Pmant) optionally publish a message when disconnecting gracefully
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ default: state-ID converted to a mqtt topic.
-->

## Changelog
### __WORK IN PROGRESS__
### 1.6.0 (2022-02-19)
* (Pmant) add option to select protocol version
* (Pmant) add websocket support
* (Pmant) publish values once on enabling publishing
Expand Down
Loading

0 comments on commit 9df6a66

Please sign in to comment.