Skip to content

Commit d73eb54

Browse files
committed
bump: keycardai-oauth 0.8.0 → 0.9.0
1 parent 6ca6243 commit d73eb54

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/oauth/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.9.0-keycardai-oauth (2026-04-02)
2+
3+
4+
- feat(keycardai-oauth): support for impersonation token exchange
5+
- - Add substitute-user token type and unsigned JWT builder
6+
- Add impersonate method to Client and AsyncClient
7+
- Add user_identifier callback to MCP grant decorator
8+
- Add impersonation token exchange example
9+
110
## 0.8.0-keycardai-oauth (2026-04-02)
211

312

packages/oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dev = [
117117

118118
[tool.commitizen]
119119
name = "cz_customize"
120-
version = "0.8.0"
120+
version = "0.9.0"
121121
tag_format = "${version}-keycardai-oauth"
122122
ignored_tag_formats = ["${version}-*"]
123123
update_changelog_on_bump = true

0 commit comments

Comments
 (0)