diff --git a/CHANGELOG.md b/CHANGELOG.md index da526af..b30de4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ Sections: --- +## [0.6.4] - 2026-01-18 + +### Fixed +- Fixed long Home Assistant startup times caused by background repository enrichment running too early. + +### Changed +- Background repository enrichment is now started only after Home Assistant has fully started. +- Repository cache updates now run fully asynchronous without blocking Home Assistant startup. + +### Internal +- Improved alignment with Home Assistant startup lifecycle. +- No functional changes to store behavior or UI. + ## [0.6.3] - 2026-01-18 ### Changed