diff --git a/changelog.md b/changelog.md index 4c61d3d..0b414ba 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-23 - 1.2.0 + ### Features - add deployment runtime operations and app catalog workload support diff --git a/package.json b/package.json index 69f35bd..4083779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/coreflow", - "version": "1.1.0", + "version": "1.2.0", "description": "A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0c90d50..e3e4c0a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/coreflow', - version: '1.1.0', + version: '1.2.0', description: 'A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.' }