We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a568c commit d110b6dCopy full SHA for d110b6d
packages/oauth/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.4.1-keycardai-oauth (2025-09-17)
2
+
3
4
+- fix(keycardai-oauth): audience checks
5
6
## 0.4.0-keycardai-oauth (2025-09-16)
7
8
packages/oauth/pyproject.toml
@@ -117,7 +117,7 @@ dev = [
117
118
[tool.commitizen]
119
name = "cz_customize"
120
-version = "0.4.0"
+version = "0.4.1"
121
tag_format = "${version}-keycardai-oauth"
122
ignored_tag_formats = ["${version}-*"]
123
update_changelog_on_bump = true
0 commit comments