From 98e884c7b1491cfa00f7a24e29aa6fe9533ce671 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 9 Jun 2026 18:44:12 -0700 Subject: [PATCH] Update CHANGELOG for v0.30.3 Change-Type: docs Release-Note: no Audience: developer Impact: none Breaking: false Co-Authored-By: Claude --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ae0c82f..0b2080827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security --- + +## [0.30.3] - 2026-06-09 + +### Added + +- Add support for inspecting certificates with post-quantum algorithms ML-DSA and + SLH-DSA (smallstep/certinfo#69, smallstep/cli#1605). + +### Fixed + +- Fix file paths being misidentified as KMS URIs when the path didn't match a KMS + URI pattern; detection now uses an existence check instead (smallstep/cli#1604). +- Fix `step ssh proxycommand` hanging when the server closes the connection before + stdin is closed (smallstep/cli#1647). + + ## [0.30.2] - 2026-03-22 - Update certificates to v0.30.2