From 223a960142d6248808dae2a29d48759dcd24341a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 14:12:18 +0000 Subject: [PATCH] chore(release): bump version to v0.0.5 and update changelog [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b0f8d..b702444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.0.5] - 2026-02-21 + +* fix: add missing comma in settings.json for Java configuration (73c2147) + ## [v0.0.4] - 2026-02-21 * test: add integration tests for TodoController and update test configuration. (c32e321)