From c30b9b0a100c7fc47f820c2eed96079a1bf5414d Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 4 Dec 2024 00:00:19 +0000 Subject: [PATCH] chore(release): v8.1.0 --- CHANGELOG.md | 9 +++++++-- custom_components/saleryd_hrv/manifest.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef6340..198e21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.1.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v8.0.0...v8.1.0) (2024-12-04) + + +### Features + +* use binary sensors where applicable ([388e26f](https://github.com/bj00rn/ha-saleryd-ftx/commit/388e26fb897ca43e11d2056f198a629454e9ba48)) + ## [8.0.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v7.1.0-rc.0...v8.0.0) (2024-12-03) ## [7.1.0-rc.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v7.0.0-rc.0...v7.1.0-rc.0) (2024-12-03) @@ -26,5 +33,3 @@ * add numbers for installer temperature settings ([3ea6532](https://github.com/bj00rn/ha-saleryd-ftx/commit/3ea65329114b90d409183ba2c7b147fe23f20ffa)) -## [6.0.1](https://github.com/bj00rn/ha-saleryd-ftx/compare/v6.0.1-rc.0...v6.0.1) (2024-11-28) - diff --git a/custom_components/saleryd_hrv/manifest.json b/custom_components/saleryd_hrv/manifest.json index 763ab96..67b3ae7 100644 --- a/custom_components/saleryd_hrv/manifest.json +++ b/custom_components/saleryd_hrv/manifest.json @@ -12,5 +12,5 @@ "requirements": [ "pysaleryd>=6.0.1,<7" ], - "version": "8.0.0" + "version": "8.1.0" }