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