mitmproxy 10.2.1
This commit is contained in:
parent
3a3d69eb42
commit
a7edbdf74c
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
## Unreleased: mitmproxy next
|
## Unreleased: mitmproxy next
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 06 January 2024: mitmproxy 10.2.1
|
||||||
|
|
||||||
* Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers
|
* Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers
|
||||||
now bind to all interfaces again.
|
now bind to all interfaces again.
|
||||||
([#6587](https://github.com/mitmproxy/mitmproxy/pull/6587), @mhils)
|
([#6587](https://github.com/mitmproxy/mitmproxy/pull/6587), @mhils)
|
||||||
|
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "11.0.0.dev"
|
VERSION = "10.2.1"
|
||||||
MITMPROXY = "mitmproxy " + VERSION
|
MITMPROXY = "mitmproxy " + VERSION
|
||||||
|
|
||||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||||
|
|
Loading…
Reference in New Issue