mitmproxy 10.4.0
This commit is contained in:
parent
f6f72daef4
commit
fbf3ad7d4d
|
@ -7,6 +7,9 @@
|
||||||
|
|
||||||
## Unreleased: mitmproxy next
|
## Unreleased: mitmproxy next
|
||||||
|
|
||||||
|
|
||||||
|
## 25 July 2024: mitmproxy 10.4.0
|
||||||
|
|
||||||
* Add support for DNS over TCP.
|
* Add support for DNS over TCP.
|
||||||
([#6935](https://github.com/mitmproxy/mitmproxy/pull/6935), @errorxyz)
|
([#6935](https://github.com/mitmproxy/mitmproxy/pull/6935), @errorxyz)
|
||||||
* Add first MVP new Capture Tab in mitmweb
|
* Add first MVP new Capture Tab in mitmweb
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@ import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "11.0.0.dev"
|
VERSION = "10.4.0"
|
||||||
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