chore(release): bump version to v0.0.8 and update changelog [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-22 11:08:47 +00:00
parent 386f5137c6
commit 0f7339d5c1

View File

@@ -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)