mitmproxy 10.4.0

This commit is contained in:
mitmproxy release bot 2024-07-25 13:45:53 +00:00
parent f6f72daef4
commit fbf3ad7d4d
4 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
## Unreleased: mitmproxy next
## 25 July 2024: mitmproxy 10.4.0
* Add support for DNS over TCP.
([#6935](https://github.com/mitmproxy/mitmproxy/pull/6935), @errorxyz)
* Add first MVP new Capture Tab in mitmweb

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ import os
import subprocess
import sys
VERSION = "11.0.0.dev"
VERSION = "10.4.0"
MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one