From 337d00dfb8994e17fca494ba5beba5dd7ac63e88 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 20 Sep 2023 07:16:49 -0500 Subject: [PATCH] Update CHANGELOG for v0.13.9 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a580d0f1..af9eedda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,16 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.13.9] - 2023-09-20 + +### Changed + +- Dependencies + - `goreleaser/nfpm` + - `v2.32.0` to `v2.33.0` + - `honnef.co/go/tools` (`staticcheck`) + - `v0.4.5` to `v0.4.6` + ## [v0.13.8] - 2023-09-12 ### Added @@ -2343,7 +2353,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.13.8...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.13.9...HEAD +[v0.13.9]: https://github.com/atc0005/go-ci/releases/tag/v0.13.9 [v0.13.8]: https://github.com/atc0005/go-ci/releases/tag/v0.13.8 [v0.13.7]: https://github.com/atc0005/go-ci/releases/tag/v0.13.7 [v0.13.6]: https://github.com/atc0005/go-ci/releases/tag/v0.13.6