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