summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--common/version/version.go2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67837cb..0b8d319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in version v2.8.1 - 2023-12-21
+- Issue 40276: Reduce allocations in encapsulation.ReadData
+- Issue 40310: Remove excessive logging for closed proxy connections
+- Issue 40278: Add network fix for old version of android to proxy
+- Bump versions of dependencies
+
Changes in version v2.8.0 - 2023-11-20
- Issue 40069: Add outbound proxy support
- Issue 40301: Fix for a bug in domain fronting configurations
diff --git a/common/version/version.go b/common/version/version.go
index 6d6084e..f3d9632 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.8.0"
+var version = "2.8.1"