diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index ed9226a0..a840381c 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.22.1](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.0...satellite-v0.22.1) (2026-02-25) + # [0.22.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.21.0...satellite-v0.21.0) (2026-02-24) diff --git a/services/satellite/package.json b/services/satellite/package.json index 3f51ed31..2b0501d9 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.22.0", + "version": "0.22.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 ee684fa4..2dde6dc3 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.22.0', - buildTime: '2026-02-24T22:59:36.234Z', + version: '0.22.1', + buildTime: '2026-02-25T20:16:29.734Z', source: 'release' };