We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f91d3b commit 80b8776Copy full SHA for 80b8776
packages/mcp/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.9.0-keycardai-mcp (2025-10-20)
2
+
3
4
+- refactor(keycardai-mcp): align credential names
5
+- feat(keycardai-mcp): eks workload identity support
6
+- feat(keycardai-mcp): add application authentication
7
8
## 0.8.1-keycardai-mcp (2025-10-10)
9
10
packages/mcp/pyproject.toml
@@ -118,7 +118,7 @@ addopts = "-ra -q"
118
119
[tool.commitizen]
120
name = "cz_customize"
121
-version = "0.8.1"
+version = "0.9.0"
122
tag_format = "${version}-keycardai-mcp"
123
ignored_tag_formats = ["${version}-*"]
124
update_changelog_on_bump = true
0 commit comments