We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4cbf6 commit 334e2cfCopy full SHA for 334e2cf
2 files changed
services/gateway/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## <small>0.9.5 (2025-09-01)</small>
4
+
5
+* chore(gateway): release v0.9.4 ([4308f43](https://github.com/deploystackio/deploystack/commit/4308f43))
6
+* fix(gateway): manage connections and improve server shutdown process ([80dd6f9](https://github.com/deploystackio/deploystack/commit/80dd6f9))
7
8
## <small>0.9.4 (2025-09-01)</small>
9
10
* fix(gateway): manage connections and improve server shutdown process ([80dd6f9](https://github.com/deploystackio/deploystack/commit/80dd6f9))
services/gateway/package.json
@@ -1,6 +1,6 @@
{
"name": "@deploystack/gateway",
- "version": "0.9.4",
+ "version": "0.9.5",
"description": "The local DeployStack Gateway for secure MCP server management.",
"main": "dist/index.js",
"bin": {
0 commit comments