mitmproxy 10.2.1

This commit is contained in:
mitmproxy release bot 2024-01-06 14:17:25 +00:00
parent 3a3d69eb42
commit a7edbdf74c
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -2,7 +2,7 @@ import os
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