Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 6d0f417

Browse files
chore(main): release component-mcp-gateway v0.11.1 (#318)
🚀 Release PR This PR was generated by [release-please](https://github.com/googleapis/release-please). --- ## 0.11.1 (2025-08-23) ## What's Changed * chore(main): release v0.11.1 by @bowlofarugula in #284 * chore(main): release sdk-rust v0.11.1 by @bowlofarugula in #285 * chore(main): release sdk-typescript v0.11.1 by @bowlofarugula in #286 * chore(main): release v0.11.2 by @bowlofarugula in #287 * chore(main): release v0.11.3 by @bowlofarugula in #290 * feat: update component readme for release testing by @bowlofarugula in #291 * chore(main): release v0.12.0 by @bowlofarugula in #292 * chore(main): release component-mcp-authorizer v0.12.0 by @bowlofarugula in #294 * feat: Trigger release by @bowlofarugula in #296 * chore(main): release by @bowlofarugula in #298 * chore(main): release component-mcp-authorizer v0.13.0 by @bowlofarugula in #315 * chore(main): release component-mcp-authorizer v0.14.0 by @bowlofarugula in #319 **Full Changelog**: component-mcp-gateway-v0.11.0...component-mcp-gateway-v0.11.1 --- --- :warning: **Do not manually edit this PR**. Any manual changes will be overwritten by release-please. To make changes, commit to `main` with conventional commit messages.
1 parent 1c761b4 commit 6d0f417

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"sdk/rust": "0.11.1",
66
"sdk/python": "0.11.0",
77
"sdk/typescript": "0.11.1",
8-
"components/mcp-gateway": "0.11.0",
8+
"components/mcp-gateway": "0.11.1",
99
"components/mcp-authorizer": "0.14.0"
1010
}

components/mcp-gateway/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.11.1 (2025-08-23)
4+
5+
## What's Changed
6+
* chore(main): release v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/284
7+
* chore(main): release sdk-rust v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/285
8+
* chore(main): release sdk-typescript v0.11.1 by @bowlofarugula in https://github.com/fastertools/ftl/pull/286
9+
* chore(main): release v0.11.2 by @bowlofarugula in https://github.com/fastertools/ftl/pull/287
10+
* chore(main): release v0.11.3 by @bowlofarugula in https://github.com/fastertools/ftl/pull/290
11+
* feat: update component readme for release testing by @bowlofarugula in https://github.com/fastertools/ftl/pull/291
12+
* chore(main): release v0.12.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/292
13+
* chore(main): release component-mcp-authorizer v0.12.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/294
14+
* feat: Trigger release by @bowlofarugula in https://github.com/fastertools/ftl/pull/296
15+
* chore(main): release by @bowlofarugula in https://github.com/fastertools/ftl/pull/298
16+
* chore(main): release component-mcp-authorizer v0.13.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/315
17+
* chore(main): release component-mcp-authorizer v0.14.0 by @bowlofarugula in https://github.com/fastertools/ftl/pull/319
18+
19+
20+
**Full Changelog**: https://github.com/fastertools/ftl/compare/component-mcp-gateway-v0.11.0...component-mcp-gateway-v0.11.1
21+
322
## 0.11.0 (2025-08-22)
423

524
## What's Changed

components/mcp-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mcp-gateway"
33
authors.workspace = true
44
description = "MCP gateway component"
5-
version = "0.11.0"
5+
version = "0.11.1"
66
license.workspace = true
77
rust-version.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)