diff --git a/CHANGELOG.md b/CHANGELOG.md index b043dad..4ef6340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [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,10 +28,3 @@ ## [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) - - -### Bug Fixes - -* wrong key in commands to set target temperature ([e6493ed](https://github.com/bj00rn/ha-saleryd-ftx/commit/e6493edf72c96b8953930e92be52e372ec3aa6b2)) - diff --git a/custom_components/saleryd_hrv/manifest.json b/custom_components/saleryd_hrv/manifest.json index f26f4e6..763ab96 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": "7.1.0-rc.0" + "version": "8.0.0" }