diff --git a/app.yml b/app.yml index b404da8c..ad628b43 100644 --- a/app.yml +++ b/app.yml @@ -5,7 +5,7 @@ author: 蓝鲸智云 category: 办公应用 introduction: 流程服务是蓝鲸推出的轻量级ITSM,通过可自定义设计的流程模块,覆盖IT服务中的不同管理活动或应用场景。帮助企业用户规范内部管理流程,提升沟通及管理效率。 introduction_en: bk_itsm is a lightweight ITSM created by Blueking. It covers different application scenarios in IT services through customizable workflows and help enterprise users to implement standardize IT workflow, improve communication and management efficiency. -version: 2.6.13 +version: 2.6.14 language: python is_use_celery: True is_use_celery_with_gevent: False diff --git a/app_desc.yaml b/app_desc.yaml index 0c66b0a4..bd642d23 100644 --- a/app_desc.yaml +++ b/app_desc.yaml @@ -1,5 +1,5 @@ spec_version: 2 -app_version: "2.6.13" +app_version: "2.6.14" app: region: default bk_app_code: bk_itsm diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 7f9b9209..4549a92e 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.6.14] - 2024-04-22 +【修复】修复字段联动条件判断不正确的问题 + ## [Version: 2.6.13] - 2024-04-17 【修复】修复单据详情页单据信息字段显示不全的问题 【修复】修复创建服务时未校验所属目录字段的问题 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 1c6863d4..07b8fee0 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.6.14] - 2024-04-22 +[Fixed] Fixed the issue where the field linkage condition judgment was incorrect. + ## [Version: 2.6.13] - 2024-04-17 [Fixed] Fixed the issue where the document information fields on the detail page of the repair order were not fully displayed. [Fixed] Fixed the issue where the directory field was not validated when creating a service.