From dfd3cb4b5c01a00b84237adcea4c556d08f2e84b Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 16 Oct 2024 15:37:03 -0700 Subject: [PATCH] Update changelog for 0.27.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3377b399..3f5d06075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.27.5] - 2024-10-17 + +### Added + +- Option to log real IP (x-forwarded-for) in logging middleware (smallstep/certificates#2002) + +### Fixed + +- Pulled in updates to smallstep/pkcs7 to fix failing Windows SCEP enrollment certificates (smallstep/certificates#1994) + + ## [0.27.4] - 2024-09-13 ### Fixed