From f32c1497388af7adc2eac2e9c83213c3ee831a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 14 Jan 2023 16:01:07 +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 ee1c3242..1f2c1183 100644 --- a/constant/version.go +++ b/constant/version.go @@ -1,3 +1,3 @@ package constant -var Version = "1.1.2" +var Version = "1.1.4" diff --git a/docs/changelog.md b/docs/changelog.md index 76cb0738..7d17fe0f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,9 @@ +#### 1.1.4 + +* Fix DNS log +* Fix write to h2 conn after closed +* Fix create UDP DNS transport from plain IPv6 address + #### 1.1.2 * Fix http proxy auth