From 7b03e1cf96e416b5ba4308b7f803c067a1decfe6 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 23 May 2026 10:28:37 +0000 Subject: [PATCH] v1.2.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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.' }