diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c97a020..52be2870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.3.23] - 2021-06-02 + +### Changed + +- Dependencies + - `honnef.co/go/tools` (`staticcheck`) + - `v0.1.4` to `v0.2.0` + ## [v0.3.22] - 2021-05-19 ### Changed @@ -667,7 +675,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.22...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.23...HEAD +[v0.3.23]: https://github.com/atc0005/go-ci/releases/tag/v0.3.23 [v0.3.22]: https://github.com/atc0005/go-ci/releases/tag/v0.3.22 [v0.3.21]: https://github.com/atc0005/go-ci/releases/tag/v0.3.21 [v0.3.20]: https://github.com/atc0005/go-ci/releases/tag/v0.3.20