From d3b5be3d46ce0e882f5ff87e240c1457c6a4479e Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 10 Mar 2026 21:34:01 -0700 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b19dadc..a5a18615d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- -## [x.y.z] - TBD +## [0.30.0] - unreleased + +### Added + +- Allow using KMS URIs directly without the `--kms` flag for commands that use + the cryptoutils package (smallstep/cli#1560). ### Changed @@ -35,6 +40,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. `--verbose` flag to always show messages regardless of renewal status (smallstep/cli#1548). +### Deprecated + +### Removed + +### Fixed + +- Overwrite file when using --force with step crypto key format (smallstep/cli#1581) + +### Security + ## [0.29.0] - 2025-12-02 ### Added