From 1b02d417d0e1b43381897f3ff6fb0f3afdd09c9e Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 21 Jan 2021 05:44:14 -0600 Subject: [PATCH] Update CHANGELOG for v0.3.8 release --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dea349de..ad0a2cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,19 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.3.8] - 2021-01-21 + +### Changed + +- Dependencies + - `honnef.co/go/tools` + - `v0.1.0` to `v0.1.1` + +### Fixed + +- Update Docker container build process to explicitly pull latest upstream + when building new images + ## [v0.3.7] - 2021-01-20 ### Changed @@ -436,7 +449,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.3.7...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.8...HEAD +[v0.3.8]: https://github.com/atc0005/go-ci/releases/tag/v0.3.8 [v0.3.7]: https://github.com/atc0005/go-ci/releases/tag/v0.3.7 [v0.3.6]: https://github.com/atc0005/go-ci/releases/tag/v0.3.6 [v0.3.5]: https://github.com/atc0005/go-ci/releases/tag/v0.3.5