diff --git a/CHANGELOG.md b/CHANGELOG.md index aa737106..762f9c0a 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.18] - 2022-07-19 + +### Changed + +- Dependencies + - `golangci/golangci-lint` + - `v1.46.2` to `v1.47.0` + +- Linters + - (GH-676) Refresh list of disabled linters (due to Go 1.18+ + incompatibilities) for golangci-lint v1.47.0 release + ## [v0.6.17] - 2022-07-13 ### Changed @@ -1369,7 +1381,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.6.17...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.6.18...HEAD +[v0.6.18]: https://github.com/atc0005/go-ci/releases/tag/v0.6.18 [v0.6.17]: https://github.com/atc0005/go-ci/releases/tag/v0.6.17 [v0.6.16]: https://github.com/atc0005/go-ci/releases/tag/v0.6.16 [v0.6.15]: https://github.com/atc0005/go-ci/releases/tag/v0.6.15