diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e12b9..69e0d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ How to release a new version: - Manually release new version. ## [Unreleased] + +## [0.5.0] - 2024-10-14 ### Added - Use `debug.ReadBuildInfo` to get correct version. - Print to stderr on error. @@ -56,7 +58,8 @@ How to release a new version: ### Added - Added Changelog. -[Unreleased]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.2.2...v0.3.0