diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index 675d5ce4..01c976be 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.3](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.2...satellite-v0.22.3) (2026-02-25) + + +### feat + +* **satellite:** add DEPLOYSTACK_SATELLITE_URL to .env file ([](https://github.com/deploystackio/deploystack/commit/8cd4461074c125c20218d77e2aaf12f998e31bcf)) + ## [0.22.2](https://github.com/deploystackio/deploystack/compare/backend-v0.61.1...satellite-v0.22.1) (2026-02-25) ## [0.22.2](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.1...satellite-v0.22.2) (2026-02-25) diff --git a/services/satellite/package.json b/services/satellite/package.json index 642c7ee9..45dc8f96 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.22.2", + "version": "0.22.3", "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 9b75b483..cd08a761 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.2', - buildTime: '2026-02-25T20:28:44.203Z', + version: '0.22.3', + buildTime: '2026-02-25T20:59:07.024Z', source: 'release' };