diff --git a/package-lock.json b/package-lock.json index 0e38e8150..5a141ed51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27925,7 +27925,7 @@ }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.4.0", + "version": "0.4.1", "dependencies": { "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.5.2", diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index b9c606f0d..d48f15f6b 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.1 (2025-10-07) + +* feat(all): Enhanced Job Queue Management - Search & Filtering ([6517f1e](https://github.com/deploystackio/deploystack/commit/6517f1e)) +* chore(backend): release v0.36.0 ([dacf1af](https://github.com/deploystackio/deploystack/commit/dacf1af)) +* chore(backend): release v0.36.0 ([6bdfbcf](https://github.com/deploystackio/deploystack/commit/6bdfbcf)) + ## 0.4.0 (2025-10-06) * chore(all): update dependencies and improve package configurations ([a9ed054](https://github.com/deploystackio/deploystack/commit/a9ed054)) diff --git a/services/satellite/package.json b/services/satellite/package.json index a34ae49e3..efd9d5697 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.4.0", + "version": "0.4.1", "description": "DeployStack Satellite - MCP Server Management Service", "main": "dist/index.js", "scripts": { diff --git a/services/satellite/src/config/version.ts b/services/satellite/src/config/version.ts index 6a8c6c45f..4de2d9d0e 100644 --- a/services/satellite/src/config/version.ts +++ b/services/satellite/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.4.0', - buildTime: '2025-10-06T19:26:16.126Z', + version: '0.4.1', + buildTime: '2025-10-07T18:39:25.002Z', source: 'release' };