From 3ee991bb1c782371b5c98bdba980fa3847d1e318 Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 16 Oct 2024 15:44:31 -0700 Subject: [PATCH] Update changelog for 0.27.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40aaa4b82..f5cd74a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.27.5] - 2024-10-17 + +### Added + +- Add `--remove-scope` flag to provisioner update command. Removes the given + scope, used to validate the scopes extension in an OpenID Connect token (smallstep/cli#1287) + + ## [0.27.4] - 2024-09-13 ### Added