From 6b7178853f2dbbbea10d7d39a9a3fe41e58196c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:06:18 +0000 Subject: [PATCH] release: v0.4.1 [skip ci] --- CHANGELOG.md | 9 ++++++++- custom_components/venta/manifest.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a82228..58a8ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 0.4.0 (2024-01-06) +## [0.4.1](https://github.com/Michsior14/ha-venta/compare/v0.4.0...v0.4.1) (2024-01-16) + + +### Bug Fixes + +* **AH5xx:** respect automatic mode in sleep mode ([#9](https://github.com/Michsior14/ha-venta/issues/9)) ([219016b](https://github.com/Michsior14/ha-venta/commit/219016b65d3fba2fa3abe8f2b1dcae51145b093c)) + +## [0.4.0](https://github.com/Michsior14/ha-venta/compare/1fce0fb08effb8ce2897b7078464153412d8fe09...v0.4.0) (2024-01-06) ### Features diff --git a/custom_components/venta/manifest.json b/custom_components/venta/manifest.json index 71b5855..5c2b6db 100644 --- a/custom_components/venta/manifest.json +++ b/custom_components/venta/manifest.json @@ -13,5 +13,5 @@ "custom_components.venta" ], "requirements": [], - "version": "0.4.0" + "version": "0.4.1" }