Skip to content

Commit e92086b

Browse files
committed
chore(gateway): release v0.11.1
1 parent 416a511 commit e92086b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

services/gateway/CHANGELOG.md

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

3+
## <small>0.11.1 (2025-09-03)</small>
4+
5+
* chore(gateway): release v0.11.0 ([3395bc9](https://github.com/deploystackio/deploystack/commit/3395bc9))
6+
* feat(frontend): update page title to 'DeployStack Cloud' ([8772df7](https://github.com/deploystackio/deploystack/commit/8772df7))
7+
* feat(gateway): add selective restart functionality for MCP servers and enhance configuration change ([f81f835](https://github.com/deploystackio/deploystack/commit/f81f835))
8+
* feat(gateway): implement MCP endpoint and enhance logging for session management ([6a3332b](https://github.com/deploystackio/deploystack/commit/6a3332b))
9+
* refactor(gateway): remove unnecessary hints from MCP command error messages ([b65fade](https://github.com/deploystackio/deploystack/commit/b65fade))
10+
* refactor(gateway): remove version string from command description ([6f2196a](https://github.com/deploystackio/deploystack/commit/6f2196a))
11+
312
## 0.11.0 (2025-09-03)
413

514
* feat(frontend): update page title to 'DeployStack Cloud' ([8772df7](https://github.com/deploystackio/deploystack/commit/8772df7))

services/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/gateway",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "The local DeployStack Gateway for secure MCP server management.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)