Skip to content

Commit

Permalink
Update CHANGELOG for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atc0005 committed Dec 3, 2024
1 parent f1a7e9e commit 3e71e7e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.7.0] - 2024-12-03

### Added

- (GH-64) Add initial support for encoding/decoding cert payloads
- (GH-65) Add Certificates collection type & initial methods
- (GH-69) Promote v1 to stable format

### Changed

- (GH-67) Note why certs.MaxLifespanInDays truncates result

### Fixed

- (GH-45) godoc formatting tweaks
- (GH-66) Update validity period description logic
- (GH-68) Refactor logic to resolve linting errors

## [v0.6.1] - 2024-11-17

### Changed
Expand Down Expand Up @@ -74,7 +92,8 @@ Add current code used in `atc0005/check-cert` prototype to be used when
generating an encoded certificate chain metadata payload for inclusion in
plugin output.

[Unreleased]: https://github.com/atc0005/cert-payload/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/atc0005/cert-payload/compare/v0.7.0...HEAD
[v0.7.0]: https://github.com/atc0005/cert-payload/releases/tag/v0.7.0
[v0.6.1]: https://github.com/atc0005/cert-payload/releases/tag/v0.6.1
[v0.6.0]: https://github.com/atc0005/cert-payload/releases/tag/v0.6.0
[v0.5.0]: https://github.com/atc0005/cert-payload/releases/tag/v0.5.0
Expand Down

0 comments on commit 3e71e7e

Please sign in to comment.