From a7edbdf74c1084fa41b1eb89195451269587fa62 Mon Sep 17 00:00:00 2001 From: mitmproxy release bot Date: Sat, 6 Jan 2024 14:17:25 +0000 Subject: [PATCH] mitmproxy 10.2.1 --- CHANGELOG.md | 4 ++++ mitmproxy/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494dc2535f..796d831c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## Unreleased: mitmproxy next + + +## 06 January 2024: mitmproxy 10.2.1 + * Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers now bind to all interfaces again. ([#6587](https://github.com/mitmproxy/mitmproxy/pull/6587), @mhils) diff --git a/mitmproxy/version.py b/mitmproxy/version.py index 5e84f10e8e..be10ff779a 100644 --- a/mitmproxy/version.py +++ b/mitmproxy/version.py @@ -2,7 +2,7 @@ import subprocess import sys -VERSION = "11.0.0.dev" +VERSION = "10.2.1" MITMPROXY = "mitmproxy " + VERSION # Serialization format version. This is displayed nowhere, it just needs to be incremented by one