Skip to content

Commit

Permalink
feat: 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed May 31, 2024
1 parent 9177ba2 commit dc726f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SAFELINE-CE CHANGELOG

## [6.0.1] - 2024-05-31

### 修复
* 修复流式版本 tengine 启动异常的问题
* 修复历史攻击事件无法查询明细日志的问题

## [6.0.0] - 2024-05-31

### 新增
Expand Down
6 changes: 6 additions & 0 deletions documents/docs/06-about/00-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ title: "版本更新记录"

[版本升级方法](/guide/upgrade)

### [6.0.1] - 2024-05-31

#### 修复
* 修复流式版本 tengine 启动异常的问题
* 修复历史攻击事件无法查询明细日志的问题

### [6.0.0] - 2024-05-31

#### 新增
Expand Down
4 changes: 2 additions & 2 deletions release/latest/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "v6.0.0",
"rec_version": "v6.0.0"
"latest_version": "v6.0.1",
"rec_version": "v6.0.1"
}

0 comments on commit dc726f3

Please sign in to comment.