diff --git a/CHANGELOG.md b/CHANGELOG.md index 568f0e8c..b5cd8e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,18 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.6.0] - 2022-02-03 + +### Added + +- (GH-509) Mirror current `latest` version of official `golang` image from + Docker Hub + +### Fixed + +- (GH-508) Dockerfiles, README, Makefile incorrectly refer to images as + "containers" + ## [v0.5.0] - 2022-02-03 ### Added @@ -1057,7 +1069,8 @@ waiting on a new upstream release. tools that we include in our container images - Dockerfile base images -[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.6.0...HEAD +[v0.6.0]: https://github.com/atc0005/go-ci/releases/tag/v0.6.0 [v0.5.0]: https://github.com/atc0005/go-ci/releases/tag/v0.5.0 [v0.4.1]: https://github.com/atc0005/go-ci/releases/tag/v0.4.1 [v0.4.0]: https://github.com/atc0005/go-ci/releases/tag/v0.4.0