diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f26060..fe7f34eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,41 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.4.13] - 2021-12-28 + +### Overview + +- Dependency updates +- built using Go 1.16.10 + - Statically linked + - Windows (x86, x64) + - Linux (x86, x64) + +### Added + +- (GH-248) Dependabot monitoring of "tools" used for build process, etc. + +### Changed + +- Dependencies + - `Go` + - `1.16.10` to `1.16.12` + - `gopkg.in/ini.v1` + - `v1.63.2` to `1.66.2` + - `rs/zerolog` + - `v1.26.0` to `v1.26.1` + - `actions/setup-node` + - `v2.4.1` to `v2.5.1` + +- (GH-246) Help output generated by `-h`, `--help` flag is sent to `stderr`, + should go to `stdout` instead + +### Fixed + +- (GH-237) CHANGELOG: Fix indentation of dependency update version +- (GH-249) Add missing build entry for list-emails CLI app in the Build + codebase GitHub Actions workflow + ## [v0.4.12] - 2021-11-08 ### Overview @@ -747,7 +782,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.4.12...HEAD +[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.4.13...HEAD +[v0.4.13]: https://github.com/atc0005/check-mail/releases/tag/v0.4.13 [v0.4.12]: https://github.com/atc0005/check-mail/releases/tag/v0.4.12 [v0.4.11]: https://github.com/atc0005/check-mail/releases/tag/v0.4.11 [v0.4.10]: https://github.com/atc0005/check-mail/releases/tag/v0.4.10