From 5dabf3f4ca000393355bbc2f0ef6b2daaf07c187 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 08:03:55 +0000 Subject: [PATCH] chore(release): bump version to v0.0.2 and update changelog [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08d32e..53e0fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.0.2] - 2026-02-21 + +* feat: Implement responsive styling for various screen sizes and refactor the main todo list container class. (2810044) + ## [v0.0.1] - 2026-02-21 * feat: Introduce application version display in the frontend footer, showing both frontend and backend versions with integrated build arguments. (37ae9db)