diff --git a/CHANGELOG.md b/CHANGELOG.md index af8cf89..04d45d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ How to release a new version: ## [Unreleased] +## [0.2.1] - 2024-11-14 +### Changed +- Updated dependencies. + ## [0.2.0] - 2023-01-06 ### Changed - Type `Duration` is derived directly from the `time.Duration`. @@ -13,6 +17,7 @@ How to release a new version: ### Added - Added Changelog. -[Unreleased]: https://github.com/strvcom/strv-backend-go-time/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/strvcom/strv-backend-go-time/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/strvcom/strv-backend-go-time/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/strvcom/strv-backend-go-time/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/strvcom/strv-backend-go-time/releases/tag/v0.1.0