From f06abd5eb189fb3d99227d615025cf8d6f0e83ce 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:50:08 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20keycardai-oauth=20=E2=86=92=200.23.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 | 20 ++++++++++++++++++++ packages/oauth/pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index aaf86ec..78d383a 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.23.0-keycardai-oauth (2026-08-24) + + +- feat(keycardai-oauth): stateless web-app authorization-code flow (spec #46) (#233) +- * feat(keycardai-oauth): add stateless web-app authorization-code flow (spec #46) +- Co-Authored-By: Larry Osakwe +- * fix(keycardai-oauth): harden stateless web authorization flow +- Co-Authored-By: Larry Osakwe +- * refactor(keycardai-oauth): centralize issuer resolution +- Co-Authored-By: Larry Osakwe +- * refactor(keycardai-oauth): remove issuer compatibility shims +- Co-Authored-By: Larry Osakwe +- * feat(keycardai-oauth): support cached metadata in web authorization flow +- Co-Authored-By: Larry Osakwe +- * fix(keycardai-oauth): restore issuer-first web-flow docs +- Co-Authored-By: Larry Osakwe +- --------- +- Co-authored-by: devin-ai-keycard +Co-authored-by: Larry Osakwe + ## 0.22.0-keycardai-oauth (2026-08-24) diff --git a/packages/oauth/pyproject.toml b/packages/oauth/pyproject.toml index cedceaf..1d78ada 100644 --- a/packages/oauth/pyproject.toml +++ b/packages/oauth/pyproject.toml @@ -117,7 +117,7 @@ dev = [ [tool.commitizen] name = "cz_customize" -version = "0.22.0" +version = "0.23.0" tag_format = "${version}-keycardai-oauth" ignored_tag_formats = ["${version}-*"] update_changelog_on_bump = true