summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--common/version/version.go2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4725a2..67837cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+- Issue 40302: Remove throughput summary from proxy logger
+- Issue 40302: Change proxy stats logging to only log stats for traffic that occurred in the summary interval
+- Update renovate bot configuration to use Go 1.21
+- Bump versions of dependencies
+
Changes in version v2.7.0 - 2023-10-16
7142fa3 fix(proxy): Correctly close connection pipe when dealing with error
6393af6 Remove proxy churn measurements from broker.
diff --git a/common/version/version.go b/common/version/version.go
index d6f0f70..6d6084e 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.7.0"
+var version = "2.8.0"