From 1c0acfd631c60b4d0182b5060e7dbd75a493100a Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 13 Nov 2024 20:35:24 +0000 Subject: [PATCH] chore(release): v4.1.1-rc.0 --- CHANGELOG.md | 18 +++++++++++------- custom_components/saleryd_hrv/manifest.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b9b52..3fd60f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.1.1-rc.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v4.1.0...v4.1.1-rc.0) (2024-11-13) + + +### ⚠ BREAKING CHANGES + +* Target device must be specified in service calls + +### Features + +* support multiple instances ([1c4fac2](https://github.com/bj00rn/ha-saleryd-ftx/commit/1c4fac21fc92ed97b354b1f18e6140347b159539)) + ## [4.1.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v4.0.4...v4.1.0) (2024-11-10) @@ -22,10 +33,3 @@ * **workflows:** bump action ([d1f78f1](https://github.com/bj00rn/ha-saleryd-ftx/commit/d1f78f1f2bcd55e609899cc9a784151879162ced)) -## [4.0.3](https://github.com/bj00rn/ha-saleryd-ftx/compare/v4.0.2...v4.0.3) (2024-11-08) - - -### Bug Fixes - -* pin dependency <6 ([e45b012](https://github.com/bj00rn/ha-saleryd-ftx/commit/e45b012793b8dbae83b13a267b32ab1cb0515e3e)) - diff --git a/custom_components/saleryd_hrv/manifest.json b/custom_components/saleryd_hrv/manifest.json index b038627..124e85f 100644 --- a/custom_components/saleryd_hrv/manifest.json +++ b/custom_components/saleryd_hrv/manifest.json @@ -12,5 +12,5 @@ "requirements": [ "pysaleryd>=5.0.1,<6" ], - "version": "4.1.0" + "version": "4.1.1-rc.0" }