From 0f7339d5c1fa00f969e299c8bb44ace98913ad9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 11:08:47 +0000 Subject: [PATCH] chore(release): bump version to v0.0.8 and update changelog [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f0a88..b0a4dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v0.0.8] - 2026-02-22 + +* fix: update Dockerfile, application properties, and controller mappings for health check and CORS support (386f513) +* fix: update application properties and Dockerfile for local development configuration (b5dcba1) +* fix: update Dockerfile to run tests during build and adjust TodoController request mapping (854a0ba) +* fix: add CrossOrigin annotation to TodoController for CORS support (fda1f39) + ## [v0.0.7] - 2026-02-22 * fix: update API base URL and add healthcheck for backend service (4050c08)