Skip to content

Commit 9ddb1eb

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(gateway): release v0.4.0
1 parent e5763b6 commit 9ddb1eb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/gateway/CHANGELOG.md

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

3+
## 0.4.0 (2025-08-07)
4+
5+
* Implement session management and SSE handling ([cb58e53](https://github.com/deploystackio/deploystack/commit/cb58e538b8b6927e30c175ed979708aa89170c5c))
6+
37
## <small>0.0.2 (2025-07-27)</small>
48

59
* update README links for better formatting ([ba15434](https://github.com/deploystackio/deploystack/commit/ba15434bd65f371d9ad39576a56a923a9040f74e))

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.3.0",
3+
"version": "0.4.0",
44
"description": "The local DeployStack Gateway for secure MCP server management.",
55
"main": "dist/index.js",
66
"bin": {

services/gateway/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export interface VersionCheckResult {
1818

1919
// This will be replaced by the build script
2020
let versionData: VersionInfo = {
21-
version: '0.3.0',
22-
buildTime: '2025-07-27T20:35:19.046Z',
21+
version: '0.4.0',
22+
buildTime: '2025-08-07T15:39:44.521Z',
2323
source: 'release'
2424
};
2525

0 commit comments

Comments
 (0)