From 96cdf234db9808d00e49de9d5fe4949783865ca4 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 05:43:23 +0000 Subject: [PATCH] Added chabgelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c444ab6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to this repository will be documented in this file. + +This project uses the following sections: +- Added +- Changed +- Fixed +- Removed +- Security + +Version bumps and release sections will be created only when explicitly requested +(e.g. "make a new version" / "make v0.2.0 of Bahmcloud Store"). + +--- + +## [Unreleased] + +### Added +- Changelog file for the Bahmcloud Store repository. + +### Notes +- This repository contains the Home Assistant custom component (store UI + API). +- The Supervisor add-on (installer) is maintained in a separate repository. +- Public store index (`store.yaml`) is maintained in a separate repository. \ No newline at end of file