From dbb1c7a76b453aff2082ac7e16e13e2f1e1b3b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jaworski?= Date: Tue, 4 Jun 2024 18:20:50 +0200 Subject: [PATCH] dist: update changelog --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index b8e70b2..0824de8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ ======= History ======= +2.4.1 (2024-06-04) +------------------ +* fix: rectify ambiguity around powerConsumption and wind sensor types + 2.4.0 (2024-06-03) ------------------ * Fix: Refactor sensor_factory by @Pastucha in https://github.com/blebox/blebox_uniapi/pull/163