Skip to content

Commit

Permalink
feat: release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Jan 9, 2025
1 parent 7cc0f31 commit d850c11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.4.0 (2025-01-09)

### 新增

- 配置文件增加代理配置支持 #120

### 修复

- 修复 avd 数据源失效的问题
- 修复 kev 格式错误问题 #121

## v2.3.0 (2024-11-19)

### 新增
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var log = golog.Child("[main]")
var Version = "v2.3.0"
var Version = "v2.4.0"

func main() {
golog.Default.SetLevel("info")
Expand Down

0 comments on commit d850c11

Please sign in to comment.