From f7bed32c6f17cc71fa6e8077bd11a86579c18e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 9 Sep 2022 14:43:42 +0800 Subject: [PATCH] Bump version --- constant/version.go | 2 +- docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/constant/version.go b/constant/version.go index b9048fe8..f90a74f3 100644 --- a/constant/version.go +++ b/constant/version.go @@ -1,6 +1,6 @@ package constant var ( - Version = "1.0" + Version = "1.0.1" Commit = "" ) diff --git a/docs/changelog.md b/docs/changelog.md index f11e109e..52502687 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,9 @@ +#### 1.0.1 + +* Fix match 4in6 address in ip_cidr +* Fix clash api log level format error +* Fix clash api unknown proxy type + #### 1.0 * Fix wireguard reconnect