From 6668ab2ba7eb5ebd9608807d461d1c8786f65d60 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Wed, 27 Mar 2024 17:59:14 +0100 Subject: [PATCH] Update changelog for `v0.26.0` --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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