diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6bc4f2..b9414153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,33 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.4.18] - 2022-07-21 + +### Overview + +- Dependency updates +- built using Go 1.17.12 + - Statically linked + - Windows (x86, x64) + - Linux (x86, x64) + +### Changed + +- Dependencies + - `Go` + - `1.17.10` to `1.17.12` + - `gopkg.in/ini.v1` + - `v1.66.4` to `v1.66.6` + - `atc0005/go-nagios` + - `v0.8.2` to `v0.9.1` + - `rs/zerolog` + - `v1.26.1` to `v1.27.0` + +### Fixed + +- (GH-290) Update lintinstall Makefile recipe +- (GH-291) Fix various atc0005/go-nagios usage linting errors + ## [v0.4.17] - 2022-05-13 ### Overview @@ -883,7 +910,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.17...HEAD +[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.4.18...HEAD +[v0.4.18]: https://github.com/atc0005/check-mail/releases/tag/v0.4.18 [v0.4.17]: https://github.com/atc0005/check-mail/releases/tag/v0.4.17 [v0.4.16]: https://github.com/atc0005/check-mail/releases/tag/v0.4.16 [v0.4.15]: https://github.com/atc0005/check-mail/releases/tag/v0.4.15