Skip to content

Commit

Permalink
Merge pull request #119 from atc0005/update-changelog-for-v0.2.9-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.2.9 release
  • Loading branch information
atc0005 authored Nov 23, 2020
2 parents d15331e + 1432f20 commit 8e96d9d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.2.9] - 2020-11-23

### Overview

- Built using Go 1.15.5
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

- Minor refactoring
- Minor code polish

### Changed

- Update Nagios plugin to support checking multiple accounts
- this isn't currently exposed (via command-line flags or otherwise)
- this was added to support upcoming inclusion of the `list-emails`
application which will process accounts in bulk

### Fixed

- Minor "happy path" fix
- Update logging for deferred logout step

## [v0.2.8] - 2020-11-17

### Overview
Expand Down Expand Up @@ -340,7 +364,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.2.8...HEAD
[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.2.9...HEAD
[v0.2.9]: https://github.com/atc0005/check-mail/releases/tag/v0.2.9
[v0.2.8]: https://github.com/atc0005/check-mail/releases/tag/v0.2.8
[v0.2.7]: https://github.com/atc0005/check-mail/releases/tag/v0.2.7
[v0.2.6]: https://github.com/atc0005/check-mail/releases/tag/v0.2.6
Expand Down

0 comments on commit 8e96d9d

Please sign in to comment.