From 9b988170dc1e0c152f9f39186756813475995483 Mon Sep 17 00:00:00 2001 From: "keycard-sdk-release[bot]" <313094260+keycard-sdk-release[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:44:17 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20keycardai-oauth=20=E2=86=92=200.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-bump for keycardai-oauth. --- packages/oauth/CHANGELOG.md | 15 +++++++++++++++ packages/oauth/pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 3311073..aaf86ec 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.22.0-keycardai-oauth (2026-08-24) + + +- feat(keycardai-oauth): OIDC discovery fields and UserInfo capability (#232) +- * feat(keycardai-oauth): add OIDC UserInfo and typed discovery endpoints +- Types userinfo_endpoint and end_session_endpoint on AuthorizationServerMetadata +and adds Client.userinfo()/AsyncClient.userinfo() per OIDC Core 1.0 Section 5.3. +- Implements keycardai/keycard-sdk-spec#45. +- Co-Authored-By: Larry Osakwe +- * fix(keycardai-oauth): carry challenge error code on InvalidTokenError +- Co-Authored-By: Larry Osakwe +- --------- +- Co-authored-by: devin-ai-keycard +Co-authored-by: Larry Osakwe + ## 0.21.1-keycardai-oauth (2026-07-20) diff --git a/packages/oauth/pyproject.toml b/packages/oauth/pyproject.toml index a3d639c..cedceaf 100644 --- a/packages/oauth/pyproject.toml +++ b/packages/oauth/pyproject.toml @@ -117,7 +117,7 @@ dev = [ [tool.commitizen] name = "cz_customize" -version = "0.21.1" +version = "0.22.0" tag_format = "${version}-keycardai-oauth" ignored_tag_formats = ["${version}-*"] update_changelog_on_bump = true