From e99f0dbc3ed869c3b0bbe69bbe1c103c10403166 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 15 Nov 2023 06:43:27 -0600 Subject: [PATCH] Update CHANGELOG for v0.8.5 release --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56083f2..b4adb8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,25 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.8.5] - 2023-11-15 + +### Changed + +### Dependency Updates + +- (GH-563) canary: bump golang from 1.20.10 to 1.20.11 in /dependabot/docker/go +- (GH-549) canary: bump golang from 1.20.8 to 1.20.10 in /dependabot/docker/go +- (GH-567) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.12 to go-ci-oldstable-build-v0.14.1 in /dependabot/docker/builds +- (GH-552) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.9 to go-ci-oldstable-build-v0.13.12 in /dependabot/docker/builds +- (GH-545) go.mod: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 +- (GH-555) go.mod: bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 +- (GH-535) go.mod: bump github.com/rs/zerolog from 1.30.0 to 1.31.0 +- (GH-543) go.mod: bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 +- (GH-565) go.mod: bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 +- (GH-539) go.mod: bump golang.org/x/sys from 0.12.0 to 0.13.0 +- (GH-561) go.mod: bump golang.org/x/sys from 0.13.0 to 0.14.0 +- (GH-560) go.mod: bump golang.org/x/text from 0.13.0 to 0.14.0 + ## [v0.8.4] - 2023-10-06 ### Changed @@ -1376,7 +1395,8 @@ monitor mail-related resources. - TLS/SSL IMAP4 connectivity via `emerson/go-imap` package - Go modules (vs classic `GOPATH` setup) -[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.8.4...HEAD +[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.8.5...HEAD +[v0.8.5]: https://github.com/atc0005/check-mail/releases/tag/v0.8.5 [v0.8.4]: https://github.com/atc0005/check-mail/releases/tag/v0.8.4 [v0.8.3]: https://github.com/atc0005/check-mail/releases/tag/v0.8.3 [v0.8.2]: https://github.com/atc0005/check-mail/releases/tag/v0.8.2