diff --git a/package-lock.json b/package-lock.json index 000590483..d3f8b7174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23548,7 +23548,7 @@ }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.8.0", + "version": "0.9.0", "dependencies": { "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.6.1", diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index a1e0068b1..925be48d7 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.9.0 (2025-11-15) + +* docs(satellite): update example outputs in token counter utility ([a4de6d1](https://github.com/deploystackio/deploystack/commit/a4de6d1)) +* chore(all): update dependencies in backend, frontend, and satellite services ([94a274f](https://github.com/deploystackio/deploystack/commit/94a274f)) +* chore(backend): release v0.43.0 ([e735cae](https://github.com/deploystackio/deploystack/commit/e735cae)) +* chore(backend): release v0.43.0 ([4c730dd](https://github.com/deploystackio/deploystack/commit/4c730dd)) +* chore(frontend): release v0.38.0 ([f11c7df](https://github.com/deploystackio/deploystack/commit/f11c7df)) +* chore(frontend): release v0.38.0 ([68958a3](https://github.com/deploystackio/deploystack/commit/68958a3)) +* feat(all): MCP Tool Metadata Collection & Display ([8af4610](https://github.com/deploystackio/deploystack/commit/8af4610)) + ## 0.8.0 (2025-11-11) * chore(backend): release v0.42.0 ([9588de4](https://github.com/deploystackio/deploystack/commit/9588de4)) diff --git a/services/satellite/package.json b/services/satellite/package.json index 1bb958984..523294169 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.8.0", + "version": "0.9.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 decb6bfad..71d22df7f 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.8.0', - buildTime: '2025-11-11T21:24:29.711Z', + version: '0.9.0', + buildTime: '2025-11-15T14:35:27.305Z', source: 'release' };