Skip to content

Commit 0645597

Browse files
authored
Merge pull request #168 from deploystackio/gateway-release
[Gateway Release] v0.4.0
2 parents e5763b6 + 30774c3 commit 0645597

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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/frontend/src/views/ResetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ onMounted(() => {
174174
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
175175
<img
176176
class="mx-auto h-20 w-auto"
177-
src="/deploystack-logo-74x80.webp"
177+
src="/deploystack-logo-80x80.png"
178178
alt="DeployStack Logo"
179179
/>
180180
<h2 class="mt-10 text-center text-2xl font-bold tracking-tight text-gray-900">

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)