From cadaf8948c19b811f939daeb7d728aac6dda1196 Mon Sep 17 00:00:00 2001 From: spbsoluble <1661003+spbsoluble@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:57:29 -0800 Subject: [PATCH] chore(docs): Update CHANGELOG.md Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010f977..900af0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.6.1 + +## Fixes + +### CLI + +- `auth`: When using `oauth` pass empty list for `scopes` if no scopes are provided, rather than default scope `openid` + # v1.6.0 ## Features