bump to 8.1.1

This commit is contained in:
Maximilian Hils 2022-06-28 16:01:52 +02:00
parent c779230ba1
commit 564d439df8
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased: mitmproxy next
## 28 June 2022: mitmproxy 8.1.1
* Support specifying the local address for outgoing connections
([#5364](https://github.com/mitmproxy/mitmproxy/discussions/5364), @meitinger)
* Fix a bug where an excess empty chunk has been sent for chunked HEAD request.

View File

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