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