Browse Source

release v3.3.1

Fabian Peter Hammerle 1 year ago
parent
commit
22a3f4a997
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG.md

+ 4 - 1
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