diff --git a/CHANGELOG.md b/CHANGELOG.md index 09806a3..6cb53fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.0.0-rc.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v6.1.0...v7.0.0-rc.0) (2024-12-03) + + +### ⚠ BREAKING CHANGES + +* Remove integration services, use generic enity services in automations and scripts + +### Features + +* remove integration services ([a9bbe75](https://github.com/bj00rn/ha-saleryd-ftx/commit/a9bbe755be8887cf920ef4755498bde03cba36b3)) + ## [6.1.0](https://github.com/bj00rn/ha-saleryd-ftx/compare/v6.0.1...v6.1.0) (2024-12-02) @@ -22,14 +33,3 @@ * sensor for heater power rating ([5a3e495](https://github.com/bj00rn/ha-saleryd-ftx/commit/5a3e495932db359516fcacd1e3dfccebe7fc1280)) * sensors for temperature settings ([e870a48](https://github.com/bj00rn/ha-saleryd-ftx/commit/e870a488314033bf7e7de0c81376695a85656f9b)) -## [5.1.1-rc.1](https://github.com/bj00rn/ha-saleryd-ftx/compare/v5.1.1-rc.0...v5.1.1-rc.1) (2024-11-25) - - -### ⚠ BREAKING CHANGES - -* Remove mode switches replaced by select. Remove state attributes - -### Features - -* major refactor ([a4f6662](https://github.com/bj00rn/ha-saleryd-ftx/commit/a4f6662c4a5de387f2f9ab3672b7f0dea20ef86e)) - diff --git a/custom_components/saleryd_hrv/manifest.json b/custom_components/saleryd_hrv/manifest.json index 7624b95..74f26b7 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.1.0" + "version": "7.0.0-rc.0" }