From b133527523df9be455a12e93ad00904d75625d53 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 23 Feb 2024 06:20:14 -0600 Subject: [PATCH] Update CHANGELOG for v0.15.3 release --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2546052a..bbec719c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.15.3] - 2024-02-23 + +### Changed + +- (GH-1407) Go Dependency: Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools +- (GH-1406) Remove Dependabot monitoring for retired Go imgs +- (GH-1405) Update Dependabot PR prefixes +- (GH-1408) Update staticcheck from v0.4.6 to v0.4.7 + ## [v0.15.2] - 2024-02-16 ### Fixed @@ -2617,7 +2626,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.15.2...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.15.3...HEAD +[v0.15.3]: https://github.com/atc0005/go-ci/releases/tag/v0.15.3 [v0.15.2]: https://github.com/atc0005/go-ci/releases/tag/v0.15.2 [v0.15.1]: https://github.com/atc0005/go-ci/releases/tag/v0.15.1 [v0.15.0]: https://github.com/atc0005/go-ci/releases/tag/v0.15.0