diff --git a/changelog.md b/changelog.md index d2e6f97..aada3b1 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-23 - 5.8.0 + ### Features - add service detail runtime actions and app catalog onboarding diff --git a/package.json b/package.json index 160dbd5..9187309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/cloudly", - "version": "5.7.1", + "version": "5.8.0", "private": true, "description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c4dbcd9..f0096e6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '5.7.1', + version: '5.8.0', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index c4dbcd9..f0096e6 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '5.7.1', + version: '5.8.0', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }