diff --git a/CHANGELOG.md b/CHANGELOG.md index 565bdeefc..af090371a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [v0.26.0] - 2024-03-27 + +### Added + +- Sending of (an automatically generated) request identifier in the X-Request-Id header (smallstep/cli#1120) + +### Changed + +- Upgrade certinfo (smallstep/cli#1129) +- Upgrade other dependencies + +### Fixed + +- OIDC flows failing using Chrome and other Chromium based browsers (smallstep/cli#1136) + +### Security + +- Upgrade to using cosign v2 for signing artifacts + ## [v0.25.2] - 2024-01-19 ### Added