add changelog

This commit is contained in:
2025-08-14 11:44:34 -04:00
parent 4933e04e6a
commit 762bdff465

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# v0.5.0
* Added OpenTelemetry tracing for application startup.
* Updated Go module dependencies, including `protovalidate`, `go-app`, `grpc`, and OpenTelemetry related packages.
* Enhanced `Makefile` `rename` target to update the application name constant in `main.go`.
* Configured `air` live-reloading to exclude the `proto` directory.
* Refactored application initialization logic for improved modularity and OpenTelemetry integration.