From 8d0b4d78ddd2f01784e66ef20c537c018645e799 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 16 Oct 2024 18:22:02 -0700 Subject: [PATCH] Update changelog for 0.27.5 (#2035) --- 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