From 2ff4c96b61ba0f4a80e456ea2f4d851cfc20df69 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Tue, 20 Jun 2023 18:13:19 +0200 Subject: [PATCH] Prepare 0.43.1 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13947b3..a854f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.43.1] - 2023-06-20 +### Changed +- Updated API to 0.55.1 + ## [0.43.0] - 2023-05-22 ### Fixed - Fixes bug that would ignore messages to writetopic after a reconnect @@ -769,7 +773,8 @@ Send empty message when topic is disabled ## [0.1.0] - 2021-05-27 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.43.0...HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.43.1...HEAD +[0.43.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.43.1 [0.43.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.43.0 [0.42.4]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.4 [0.42.3]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.3