mitmproxy 9.0.1

This commit is contained in:
mitmproxy release bot 2022-11-02 11:13:57 +00:00
parent 3fe3d4f47a
commit 5205d25a16
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Unreleased: mitmproxy next
## 02 November 2022: mitmproxy 9.0.1
* The precompiled binaries now ship with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.
* Performance and stability improvements for WireGuard mode.
([#5694](https://github.com/mitmproxy/mitmproxy/issues/5694), @mhils, @decathorpe)

View File

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