diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index c91ff329..1e5b5269 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.22.2](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.1...satellite-v0.22.2) (2026-02-25) + ## [0.22.1](https://github.com/deploystackio/deploystack/compare/frontend-v0.57.1...satellite-v0.22.0) (2026-02-25) ## [0.22.1](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.0...satellite-v0.22.1) (2026-02-25) diff --git a/services/satellite/package.json b/services/satellite/package.json index fd5cf934..642c7ee9 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.22.1", + "version": "0.22.2", "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 2dde6dc3..9b75b483 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.1', - buildTime: '2026-02-25T20:16:29.734Z', + version: '0.22.2', + buildTime: '2026-02-25T20:28:44.203Z', source: 'release' };