mitmproxy 10.1.6
This commit is contained in:
parent
e992d82f7d
commit
d79862c8bb
|
@ -7,6 +7,10 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 14 December 2023: mitmproxy 10.1.6
|
||||
|
||||
* Fix compatibility with Windows Schannel clients, which previously got
|
||||
confused by CA and leaf certificate sharing the same Subject Key Identifier.
|
||||
([#6549](https://github.com/mitmproxy/mitmproxy/pull/6549), @driuba and @mhils)
|
||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "11.0.0.dev"
|
||||
VERSION = "10.1.6"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
Loading…
Reference in New Issue