Skip to content

Commit

Permalink
Merge pull request #463 from atc0005/update-changelog-for-v0.8.2-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.8.2 release
  • Loading branch information
atc0005 authored Jul 13, 2023
2 parents 8f9da51 + a3fe78c commit b20515d
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,42 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.8.2] - 2023-07-13

### Overview

- RPM package improvements
- Bug fixes
- Dependency updates
- built using Go 1.19.11
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Changed

- Dependencies
- `Go`
- `1.19.10` to `1.19.11`
- `atc0005/go-nagios`
- `v0.15.0` to `v0.16.0`
- `atc0005/go-ci`
- `go-ci-oldstable-build-v0.11.0` to `go-ci-oldstable-build-v0.11.3`
- `golang.org/x/sys`
- `v0.9.0` to `v0.10.0`
- `golang.org/x/oauth2`
- `v0.8.0` to `v0.10.0`
- `golang.org/x/text`
- `v0.10.0` to `v0.11.0`
- `google.golang.org/protobuf`
- `v1.30.0` to `v1.31.0`
- (GH-460) Update RPM postinstall scripts to use restorecon

### Fixed

- (GH-450) Restore local CodeQL workflow
- (GH-459) Correct logging format listed in README

## [v0.8.1] - 2023-06-09

### Overview
Expand Down Expand Up @@ -1291,7 +1327,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.1...HEAD
[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.8.2...HEAD
[v0.8.2]: https://github.com/atc0005/check-mail/releases/tag/v0.8.2
[v0.8.1]: https://github.com/atc0005/check-mail/releases/tag/v0.8.1
[v0.8.0]: https://github.com/atc0005/check-mail/releases/tag/v0.8.0
[v0.7.1]: https://github.com/atc0005/check-mail/releases/tag/v0.7.1
Expand Down

0 comments on commit b20515d

Please sign in to comment.