mitmproxy 10.1.6

This commit is contained in:
mitmproxy release bot 2023-12-14 09:39:20 +00:00
parent e992d82f7d
commit d79862c8bb
3 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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