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