diff --git a/changelog.md b/changelog.md index b88b831..bceaab9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2024-11-06 - 4.3.11 - fix(overall) +Refactor and improve code consistency across all modules + +- Updated cloud configuration management for better reliability. +- Enhanced security measures in the authentication and authorization processes. +- Streamlined deployment logic in cluster management. +- Refactored code to improve maintainability and readability. + ## 2024-11-06 - 4.3.10 - fix(dependencies) Updated dependencies and fixed Docker Alpine image retrieval issue in tests diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8dd6586..9d940bc 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: '4.3.10', + version: '4.3.11', 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 8dd6586..9d940bc 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: '4.3.10', + version: '4.3.11', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }