Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"sdk/python": "0.11.0",
"sdk/typescript": "0.11.1",
"components/mcp-gateway": "0.11.0",
"components/mcp-authorizer": "0.11.0"
"components/mcp-authorizer": "0.12.0"
}
15 changes: 15 additions & 0 deletions components/mcp-authorizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.12.0 (2025-08-22)

## What's Changed
* chore(main): release sdk-typescript v0.11.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/281
* chore(main): release component-mcp-gateway v0.11.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/276
* chore(main): release v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/284
* chore(main): release sdk-rust v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/285
* chore(main): release sdk-typescript v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/286
* chore(main): release v0.11.2 by @bowlofarugula in https://github.com/fastertools/ftl/pull/287
* chore(main): release v0.11.3 by @bowlofarugula in https://github.com/fastertools/ftl/pull/290
* feat: update component readme for release testing by @bowlofarugula in https://github.com/fastertools/ftl/pull/291


**Full Changelog**: https://github.com/fastertools/ftl/compare/component-mcp-authorizer-v0.11.0...component-mcp-authorizer-v0.12.0

## 0.11.0 (2025-08-22)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion components/mcp-authorizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mcp-authorizer"
authors.workspace = true
description = "MCP authorization component for FTL servers using AuthKit"
version = "0.11.0"
version = "0.12.0"
license.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand Down
Loading