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)