diff --git a/package-lock.json b/package-lock.json index cc5a54dc0..f36326846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22369,7 +22369,7 @@ }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.14.2", + "version": "0.15.0", "dependencies": { "@fastify/http-proxy": "^11.4.1", "@fastify/swagger": "^9.6.1", diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index 97bff8b05..80361c3a5 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.0 (2025-12-19) + +* refactor(all): update changelog transformation to filter commits a6e71765c1f8ae2c37ae4bb58ce31aa0b11f6eda +* feat(all): Add MCP installation settings, request logs API, and SSE streaming 5f44e43c5fa95527676acc3302c1ac8e764cefe5 +* feat(all): add self-service account deletion 9f968f255eacde72b1ed3da56102f1c401a6c4d3 + ## 0.14.2 (2025-12-14) * fix(backend): properly delete MCP installations and notify satellites during team deletion 6d82fb3582b519cb44b640479fcd15f0d8e6ed21 diff --git a/services/satellite/package.json b/services/satellite/package.json index 0e335a5e9..d7fb1a765 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.14.2", + "version": "0.15.0", "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 35899e069..94a3ea8fd 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.14.2', - buildTime: '2025-12-14T16:05:54.385Z', + version: '0.15.0', + buildTime: '2025-12-19T07:31:53.643Z', source: 'release' };