From 3d6a6940a38b420bc34a3e2f67cecd1058e2fb55 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 19 Nov 2024 13:17:39 -0800 Subject: [PATCH] Changelog for 0.28.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 897b65d0d..fe874c9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.28.1] - 2024-11-19 + +### Added + +- Support for using template data from SCEPCHALLENGE webhooks (smallstep/certificates#2065) +- New field to Webhook response that allows for propagation of human readable errors to the client (smallstep/certificates#2066) + +### Changed + +- URN suffic for ACME errors to 'urn:smallstep:acme:error:' (smallstep/certificates#2069) + + ## [0.28.0] - 2024-10-29 ### Added