From 585652e6c851f9ac9165f38ff780eba76f89b92e Mon Sep 17 00:00:00 2001 From: Federico Lillacci <65031947+tsmagnum@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:49:05 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9368851..1f33337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,20 @@ 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 +[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 +Changed Finalized configuration settings before release.