diff --git a/CHANGELOG.md b/CHANGELOG.md index 8659580..85a4250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,28 +39,22 @@ Recent features from development that have not been formally released yet: * -## 2024.3.6 release - -Initial support for new entity features in Climate entity, preparing for HA Core 2025.1. -This will suppress deprecation warnings under Home Assistant Core 2024.2 and later. - -### Fixed - -* bf778a8 Fixes deprecation warnings in HA 2024.2.x (#74) +## 2024.2.7 Pre-release -### Documented +Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Triggered by HA Core 2023.12 release logging deprecation warnings on startup. -* 95e1dab doc: move a release from beta to production -* 375a870 Changelog and manifest ready for Pre-Release 2024.2.7 +### Added +* -## 2024.2.7 Pre-release +### Changed -Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Triggered by HA Core 2023.12 release logging deprecation warnings on startup. +* ### Fixed * 38ef7ae Updated to use new ENUM constants instead of deprecated ones (Issue #65) +* ### Documented @@ -71,6 +65,14 @@ Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Trig * 909513e Contributing pre-releases (beta versions) * +### Deprecated + +* + +### Removed + +* + ## 2023.3.27 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index feb0faf..5ecb026 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,12 +133,3 @@ Otherwise, when the Release is created it should be marked as a Pre-release. That way it will only be available to users who have selected the option 'show beta versions'. - -When community testing shows that a Prerelease is ready for mainstream use: -* in the main ha-warmup repository, go into [Code / Tags / Releases](https://github.com/ha-warmup/warmup/releases) -* find the Prerelease and Edit it -* remove mentions in the text of this being a Prerelease -* uncheck the box `Set as a pre-release` -* check the box `Set as the latest release` -* click Update Release -This should make that the target of https://github.com/ha-warmup/warmup/releases/latest and therefore the version that most HACS users will be updated to. diff --git a/custom_components/warmup/manifest.json b/custom_components/warmup/manifest.json index f4f92a5..8fadc2b 100644 --- a/custom_components/warmup/manifest.json +++ b/custom_components/warmup/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ha-warmup/warmup/issues/", "requirements": [], - "version": "2024.3.6" + "version": "2024.2.7" }