From d4b29166505baea04dc41631baf5eea18dcf1ccf Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Jun 2024 18:44:08 -0700 Subject: [PATCH] Changelog update for 0.26.2 (#1885) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606981c0..b66f1c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.26.2] - aaaa-bb-cc + +### Added + +- Add provisionerID to ACME accounts (smallstep/certificates#1830) +- Enable verifying ACME provisioner using provisionerID if available (smallstep/certificates#1844) +- Add methods to Authority to get intermediate certificates (smallstep/certificates#1848) +- Add GetX509Signer method (smallstep/certificates#1850) + +### Changed + +- Make ISErrNotFound more flexible (smallstep/certificates#1819) +- Log errors using slog.Logger (smallstep/certificates#1849) +- Update hardcoded AWS certificates (smallstep/certificates#1881) + + ## [0.26.1] - 2024-04-22 ### Added