From 641f4c19a6c18b3860dd99e9365f7288ef9b0da3 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Wed, 31 Aug 2022 16:45:54 +0200 Subject: [PATCH] release v3.3.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77847ad..f1d917f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.3.1] - 2022-08-31 ### Fixed - Publish birth and last will message on expected/documented topic `homeassistant/switchbot-mqtt/status` instead of topic @@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Subscribe to `homeassistant/switch/switchbot/+/set`. Handle `ON` and `OFF` messages. -[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.0...HEAD +[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.1...HEAD +[3.3.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.1.0...v3.2.0