From fae199d838b708aece72507b6f4c25ff9d537038 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 09:17:36 +0000 Subject: [PATCH] chore(release): bump version to v0.0.4 and update changelog [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a8d8f..82b0f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.0.4] - 2026-02-21 + +* test: add integration tests for TodoController and update test configuration. (c32e321) + ## [v0.0.3] - 2026-02-21 * feat: add custom favicon and update page title (52f2903)