From 4e22ac1a350f16cfc2f98e5289d232cb838d8bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 2 Feb 2023 16:11:29 +0800 Subject: [PATCH] Update documentation --- constant/version.go | 2 +- docs/changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/constant/version.go b/constant/version.go index 1f2c1183..fe4e0728 100644 --- a/constant/version.go +++ b/constant/version.go @@ -1,3 +1,3 @@ package constant -var Version = "1.1.4" +var Version = "1.1.5" diff --git a/docs/changelog.md b/docs/changelog.md index 7d17fe0f..b4265785 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,11 @@ +#### 1.1.5 + +* Add Go 1.20 support +* Fix inbound default DF value +* Fix auth_user route for naive inbound +* Fix gRPC lite header +* Ignore domain case in route rules + #### 1.1.4 * Fix DNS log