From 08fca85e804ab0a94722a77452e078002739fe33 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 04:57:19 +0000 Subject: [PATCH] Add 1.0.1 --- bahmcloud_store_installer/CHANGELOG.md | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bahmcloud_store_installer/CHANGELOG.md diff --git a/bahmcloud_store_installer/CHANGELOG.md b/bahmcloud_store_installer/CHANGELOG.md new file mode 100644 index 0000000..fd199e0 --- /dev/null +++ b/bahmcloud_store_installer/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to the Bahmcloud Store Installer add-on are documented here. + +This file is used directly by Home Assistant to display the add-on changelog. + +Sections: +- Added +- Changed +- Fixed +- Removed +- Security + +--- + +## [1.0.1] + +### Added +- Official English documentation structure for the add-on. +- Add-on specific changelog file (this file). + +### Changed +- Description language standardized to English. +- Add-on prepared for long-term multi add-on repository usage. + +### Notes +- This version introduces no functional changes. +- It formalizes documentation and changelog handling inside the add-on itself. + +--- + +## [1.0.0] + +### Added +- Initial release of the Bahmcloud Store Installer. +- One-shot installer that deploys the Bahmcloud Store custom component into Home Assistant. \ No newline at end of file