From 00fee0cc4e3dd5350bc4e14c4500262dc08d761f Mon Sep 17 00:00:00 2001 From: Federico Lillacci <65031947+tsmagnum@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:42:37 +0200 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9368851 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +Changelog +All notable changes to this project will be documented in this file. +The format is based on https://keepachangelog.com/en/1.0.0/, and this project adheres to https://semver.org/spec/v2.0.0.html. +[Unreleased] + +Placeholder for upcoming changes. +[1.0.0] - 2025-10-23 +Added + +Initial release of the project. +Core functionality implemented. +Basic documentation and setup instructions. +Fixed + +Initial bug fixes during development. +Changed + +Finalized configuration settings before release.