From f3909b2acbaf28269d9f71d9bc42f74b0b0ffb3f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 2 Dec 2024 11:29:07 +0000 Subject: [PATCH] chore(release): v6.1.0 --- CHANGELOG.md | 14 +++++++------- custom_components/saleryd_hrv/manifest.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4f3a4..09806a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v6.0.1...v6.1.0) (2024-12-02) + + +### Features + +* 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) ## [6.0.1-rc.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v6.0.0...v6.0.1-rc.0) (2024-11-28) @@ -26,10 +33,3 @@ * major refactor ([a4f6662](https://github.com/bj00rn/ha-saleryd-ftx/commit/a4f6662c4a5de387f2f9ab3672b7f0dea20ef86e)) -## [5.1.1-rc.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v5.1.0...v5.1.1-rc.0) (2024-11-17) - - -### Features - -* implement select for temperature and ventilation modes ([4802f20](https://github.com/bj00rn/ha-saleryd-ftx/commit/4802f20680d21e383c1a4900fab591111d659a6a)) - diff --git a/custom_components/saleryd_hrv/manifest.json b/custom_components/saleryd_hrv/manifest.json index 57424f5..7624b95 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": "6.0.1" + "version": "6.1.0" }