diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c85936..e8c5126b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [v0.24.2] - 2023-05-XX + +### Added + +- Log SSH certificates (smallstep/certificates#1374) +- CRL endpoints on the HTTP server (smallstep/certificates#1372) +- Dynamic SCEP challenge validation using webhooks (smallstep/certificates#1366) + +### Changed + +- Depend on [smallstep/go-attestation](https://github.com/smallstep/go-attestation) instead of [google/go-attestation](https://github.com/google/go-attestation) +- Render CRLs into http.ResponseWriter instead of memory (smallstep/certificates#1373) +- Redaction of SCEP static challenge when listing provisioners (smallstep/certificates#1204) + +### Fixed + +- VaultCAS certificate lifetime (smallstep/certificates#1376) + +## [v0.24.1] - 2023-04-14 + +### Fixed + +- Docker image name for HSM support (smallstep/certificates#1348) + ## [v0.24.0] - 2023-04-12 ### Added