diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d55d9..0808482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ How to release a new version: ## [Unreleased] +## [0.3.1] - 2023-02-07 +### Added +- Repo init command. + ## [0.3.0] - 2022-10-30 ### Added - Scan method for uuid IDs. @@ -32,7 +36,8 @@ How to release a new version: ### Added - Added Changelog. -[Unreleased]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.3.1...HEAD +[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 [0.2.2]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/strvcom/strv-backend-go-tea/compare/v0.2.0..v0.2.1