mitmproxy 7.0.2

This commit is contained in:
Maximilian Hils 2021-08-04 15:01:16 +02:00
parent 53a916e39b
commit 8b88e8f0a5
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Release History
## 4 August 2021: mitmproxy 7.0.2
* Fix a WebSocket crash introduced in 7.0.1 (@mhils)
## 3 August 2021: mitmproxy 7.0.1
* Performance: Re-use OpenSSL contexts to enable TLS session resumption (@mhils)

View File

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